Convert PDF to Text in C#, VB, and Java

Posted on 2021-04-05 10:39:31 by Zac Ferraresi

While PDF files are flexible and portable, unfortunately they are not always searchable. In fact, a very common request is for the ability to parse text from PDFs. Luckily, LEADTOOLS OCR Engine makes extracting searchable text from PDF files a breeze. LEAD’s AI-enhanced engine can accept any PDF (searchable or not) and extract the text from it, using OCR where necessary. After extraction LEADTOOLS can save that information to a text file, a searchable PDF file, or any of our other 150+ supported document formats.

Continue Reading...

Simple Java Image Viewer: Developer App Series

Posted on 2017-05-17 10:47:03 by Katie

Build Better Apps with LEADTOOLS

This post is part of our 2017 Developer App Series, which showcases apps created by our Support Agents over the course of eight weeks. These apps are intended to be larger, more thoughtful apps with highly practical purposes in mind, as opposed to a basic "how to" for a feature.

App Description

This project from Nick Villalobos will utilize the LEADTOOLS Imaging and Document SDK to show a simple Java Image Viewer in addition to recognizing barcodes or performing OCR on the image.

Continue Reading...

New Android Maven Repository for LEADTOOLS

Posted on 2016-10-10 14:59:45 by Greg

LEADT00LS Android

We are excited to announce a new resource for our Android developers: Maven artifacts! In addition to our usual .zip package, we now have a Maven repository to make it even easier to develop Java apps for Android. For example, all you need to do is add the following line to our build file:

Continue Reading...

Using LEADTOOLS CDLL Functions in Android

Posted on 2016-10-07 10:20:31 by Greg

Android NDK for C/C++

After a successful and productive exhibit at AnDevCon, we have had a rewarding time talking to our many customers using the LEADTOOLS Android SDK. It is growing rapidly in popularity, and developers are putting it to use in many exciting ways. Fairly soon, LEADTOOLS should literally be in the palms of millions of hands around the world.

While the LEADTOOLS Android Java class library provides powerful imaging technology, some customers require native only apps or are simply more skilled and comfortable with C/C++ development. Recently, we have had several customers ask if it was possible to use LEADTOOLS C/C++ to create native Android apps (using the Android NDK) instead of using the Java class library. Never backing down from a challenge, our Developer Support agents created a sample project that shows off this functionality. Here’s a snippet of the C++ code that exposes L_IntensityDetectBitmap through JNI:

Continue Reading...

Using JSON in Android for DICOM Communication

Posted on 2016-10-07 10:01:20 by Greg

We have received several requests regarding PACS and DICOM Communication within our Android imaging SDK. One way of accomplishing this is by using JSON to communicate with the RESTful web services included with the HTML5 Zero Footprint DICOM Viewer.

The snippet below shows a portion of the asynchronous code that calls the RESTful Medical Viewer Service and then parses the JSON response to get the SOP Instance UID. After that, the SOP Instance UID is used to get the image data and put it into an InputStream.

Continue Reading...
LEADTOOLS Blog

LEADTOOLS Powered by Apryse,the Market Leading PDF SDK,All Rights Reserved