Automatically Annotate and Bookmark PDF Files using LEADTOOLS

Whether you’re creating contracts for business-to-business agreements or putting together a searchable PDF repository, finding a fast and efficient PDF viewer is critical. Tasks that are usually tedious and time-consuming with all the other PDF Viewers on the market (yes, even Adobe!) are easily automated using the LEADTOOLS Document Converter. This includes the ability to extract text using OCR, annotate, bookmark, and add searchability to PDFs- all without the need for any manual inputs!

Continue reading
Posted in Document Converter | Leave a comment

Leverage the Power of the LEADTOOLS Document Viewer

Continue reading
Posted in Document Imaging | Tagged | Leave a comment

Combine Powerful Speech Recognition and Document Editing

The LEADTOOLS Document Editor is a powerful zero-footprint editing solution for web applications. Now with speech recognition, the Editor enables users to transcribe audio to text, edit the result, and save to one of many formats including PDF, DOCX, and TXT. No server computing required! All of this functionality is performed locally in the browser eliminating any issues that slow network connections cause for web applications.

Continue reading
Posted in Document Imaging | Tagged , , | Leave a comment

Parse, Edit, and Save PDF Form Fields

Many developers building document viewing solutions often have to load and edit PDF form field data. For programmers who use the LEADTOOLS PDF SDK or the LEADTOOLS Document Viewer SDK this is an easy task! With minimal code, developers leveraging LEADTOOLS can easily provide users an interface to load and enter data into PDF form fields and then save the PDF.

Continue reading
Posted in Document Imaging, PDF | Tagged , , | Leave a comment

OCR and Extract Data from Scanned Invoices and Forms using C#

In our previous blog, we discussed the benefits of using the LEADTOOLS Document SDK to easily recognize hundreds of different forms and invoices. This post will build off of that, showcasing how to then automatically extract information and data from the recognized forms.

First, we will identify and then process the fields. The fields are the various locations on the form that were set when we created the master form (or template) for each invoice or specific form type. Our processing engine will look for data in those designated areas. There are many types of data fields including text, images, tables, OMR bubbles, and barcodes. Our engine loads and processes all the fields for the developer to then easily write how they want that information distributed. It is often good practice to check to see what type of field was processed and then write code for that type accordingly.

Continue reading
Posted in Forms Recognition and Processing | Leave a comment