Preprocess and OCR Small [Low Resolution] Images

Posted on 2019-12-19 12:19:20 by Nick Villalobos

LEADTOOLS OCRLow-resolution images can come from a variety of sources, but the most common source is probably screen capture. Screen capture images are usually 96 DPI on Windows. (This can vary depending on the user settings). Additionally, image representations of incoming faxes may also be considered low-res and fall under the resolution threshold acceptable for OCR. Typically, OCR engines require images of 200 or 300 DPI in order to achieve acceptable results.

Change Image Resolution

One easy solution for images that do not have noise or have complex structures is to change the resolution of the image before OCRing the image. This C# sample shows you how, then it gets the text from the image and outputs it to the console.

Continue Reading...

OCR in MeteorJS

Posted on 2019-12-18 11:26:32 by Nick Villalobos

OCR MeteorJS Screenshot

Last year, as part of our 25 projects in 25 days, we created a MeteorJS app to perform OCR using the LEADTOOLS web services.

Continue Reading...

LEADTOOLS OCR App Review

Posted on 2019-10-01 09:53:32 by Gabriel Smith

Mobile Capture

LEADTOOLS provides fast and highly accurate Optical Character Recognition (OCR) SDK technology for .NET (C# & VB), C/C++, WinRT, iOS, OS X, Java, and web. Developers around the world are leveraging the LEADTOOLS SDK to add high-performance OCR and document processing to their applications across all of the platforms in their enterprise, including server, desktop, and mobile devices.

OCR is a very processor intensive process, so native OCR on servers and desktops is expected. But, did you know that LEADTOOLS OCR also runs natively on Windows Phone, Android, and iOS? To test the performance of LEADTOOLS OCR on your our device, we have created several applications and put them in the respective app stores. These apps can OCR images stored on the device or taken with the camera in order to extract text or convert to a text based document format such as PDF or DOC.
Features include:

Continue Reading...

Perform a Word Search in Directories of Images and Documents

Posted on 2019-07-23 11:15:39 by Nick Villalobos

Continuing off our last white paper about end-to-end eDiscovery with LEADTOOLS Document Imaging, this post will go over a .NET Core console application that performs OCR on each PDF from a given directory while searching for a given word in those PDFs. This application is optimized to handle both raster images and documents, so feel free to change the code around to search more than PDFs. If the word the user submits is found within a file in the directory, the file name containing the searched word will be logged out to the console.

Continue Reading...

Categories:

OCR

Get Contact Info from Business Card with OCR: 25 Projects in 25 Days

Posted on 2019-03-13 12:12:16 by Gabriel Smith

As part of the LEAD Technologies 25th anniversary, we are creating 25 projects in 25 days to celebrate LEAD's depth of features and ease of use. Today's project comes from Hadi.

If you've been keeping track, this is actually our 25th project and the last one in our #LEAD25 series. But don't be sad, we post examples like these to our blog and forums on a regular basis so keep in touch! If you missed any of them, take a look back at our series introduction where we've kept a running list as each project was posted.

Continue Reading...
LEADTOOLS Blog

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