Software that can convert large batches of PDF documents to text with Optical Character Recognition (OCR), extract data and export it to Excel or SQL databases. Native PDF files can be processed without OCR with dramatic speed and 100% accuracy.

How to use Zone OCR when the data can be in different locations?

Modern Forms Processing software can use rules-based templates for locating data on documents based on label keywords, data types, regular expression pattern matching and other methods.

The most common example in business is an Invoice. Businesses receive invoices from 1000s of different vendors, each with important information like the Invoice Number, Due Date and Total needed to process the document, but each vendor invoice is formatted a little differently than the others.

Software like ABBYY FlexiCapture will look for keywords like “Invoice Number” or variations like “Inv #” and “Invoice No.” to locate the invoice number value on each invoice.

These applications are also able to capture complex table data and output to formats like Excel or a SQL Database, especially when it doesn’t line up into regular columns.

In recent years, artificial intelligence based training has made it possible to simply point and click on the location of data on documents as you process them and generate these templates automatically, dramatically reducing the need for ongoing expert help these systems require.

Using Artificial Intelligence to train OCR templates

Modern Forms Processing applications have AI-based training algorithms that let users point and click on the location of data in their documents and create OCR templates automatically.

This bypasses the technical requirements of creating complex OCR templates, especially for varied documents like Invoices where the data doesn’t always appear in the same place.

But how good are these AI-based training systems?

In our experience they work well when you have:

  • Good quality scanned images
  • Clearly labeled data
  • Tables with regular columns

Point and click style training doesn’t work quite as well with:

  • Poor quality images
  • Data that appears within paragraphs
  • Tables with overlapping columns, subtotal rows, etc.

These types of documents can still be captured with OCR but they will usually require an experienced technician to manually configure the template.

For natural language data like legal documents, a new artificial intelligence technology called NLP (Natural Language Processing) is available. These work by attempting to “understand” the language used in documents to interpret the location of data points based on meaning. ABBYY FlexiCapture also supports NLP-based training for these types of documents.

Why are the prices of OCR applications so different?

OCR software ranges in price from freeware all the way up to tens of thousands of dollars. What explains the difference between these applications? Here’s the breakdown:

  • OCR Freeware uses the SimpleOCR or Tesseract engines and provide limited scanning and output format capabilities. Recognition quality is generally poor except for the highest quality document images.
  • PDF OCR Converters provide good quality OCR engines like ABBYY, IRIS and OmniPage, but limit the output to searchable PDF files. These cost less than $100.
  • Standard OCR applications range from $100-$200 and provide full OCR capabilities including converting scans to Word, Excel, HTML and other editable formats.
  • Corporate OCR applications add advanced features like automated hotfolder processing, concurrent licensing and other features useful for business applications. Pricing for these is $200-$500.
  • OCR Servers provide scalable, enterprise OCR services for processing very high volumes of documents or providing OCR capabilities to users throughout the organization. Prices start around $1,500 and go up based on processing volume.
  • Enterprise Data Capture and Forms Processing applications are used to capture structured data from complex documents like healthcare claim forms and invoices that include things like tables, handwriting, checkboxes, and movable zones. These solutions can cost anywhere from around $1,000 to hundreds of thousands of dollars depending on the document volume and complexity of the project.

How to scan documents to searchable PDF files

Adobe Acrobat OCR to Searchable PDFIf you don’t already have a scanner, and scanning to searchable PDF files is the only thing you need to do, you will find many document scanners that can perform this function. Most desktop and high-speed document scanners come with software that has this basic capability. However these often have limited functionality and you may prefer a more robust application.

To create searchable PDFs with any scanner, use Desktop OCR software applications like FineReader, ReadIRIS, or OmniPage. These programs can also be used to convert images to MS Word, Excel, and other editable formats.

There are also more affordable PDF converters that have fewer OCR features and limit output to PDF files.

You can find a complete guide to OCR software here.

For high-volume applications, use OCR servers to give everyone on your network the ability to create searchable PDFs on a dedicated server.

Enterprise site licensing, concurrent user licensing and cloud-based solutions are also available. Please contact us for more information or a quote for desktop OCR and PDF converter site licensing options.

You may use SimpleIndex to automatically extract data from searchable PDFs for indexing, automatic file naming, and integration with custom database or document management applications. This is a very fast and accurate way to set keyword metadata for searching. It has both Tesseract and FineReader OCR options for creating searchable PDFs, and is available in desktop or server versions.

Barcode Recognition in ABBYY FineReader & FlexiCapture

Recognition of Barcodes in ABBYY technologies

ABBYY technology and products can read different barcode types.
The Document Analysis algorithms are able to locate and identify different barcodes on a document page, but of course it is also possible to “draw” a barcode block also via API.
Once the barcode region is defined/detected, it can be recognised. The API provides access to:
  • the coordinates
  • the characters
  • character confidence information
  • start/stop symbols of different barcode types,
    for barcodes of type Code 39 the start/stop symbol is the asterisk “*”
  • The barcode value can then be used for file naming.
A very common scenario is document separation based on barcodes.
    • This feature is implemented in FlexiCapture projects
    • With FineReader Engine, the developers can “cut” the page stream with custom code
    • Separation in FineReader Server
    • Separation in the ABBYY Scan Station (FineReader Server & FlexiCapture)

Tips for working with barcodes

Barcode recognition quality depends on:

  • the barcode print quality
  • settings used in the document scanning process
  • Placement of the barcode when it is manually added

In order for the barcodes to be recognized well, follow these recommendations:

  • A barcode must be separated from other text by a fairly wide white gap.
  • Barcode size and the width of its separate bars or dots must meet the following requirements:
    • The optimal barcode height is more than 10 millimetres. The size of a barcode should be less than A4 size.
    • Barcode height must be higher than the double height of a text line
    • For not-square barcodes, their […]

Using FlexiLayout Studio to Design Data Capture Templates

FlexiLayout: How to capture a table using Repeating Group if table header is on each page

In some cases, we might have a table that we are not able to capture correctly using a traditional method – Table element. In such cases, we usually use Repeating Group element.

But what if we come across a multi-page document that has a table header on each page?

mceclip0.png

We can use two following methods to capture such a table using the Repeating Groups.

Using Absolute search area constraints

To limit the search area to the table area so that it doesn’t capture unnecessary text outside of the table, we can use Absolute search area constraints in the Search Constraints tab.

You can measure the area with the Measure Rectangle tool.

mceclip0.png

Using nested Repeating groups

Sometimes it might be not suitable to use the Absolute search area constraints method because other tables using this layout might have different positions and lengths of elements, thus making it not convenient to use the method, because you will have to re-measure the area every single time.

In such a case, you can use the nested Repeating group method.

  1. Create the first, “main” Repeating group that will include the Table header and footer. mceclip1.png
  2. Next, create the nested RG in the first RG. The relations are as follows: mceclip2.png
  3. These are the main steps, other elements in the RG don’t need any specific settings and should be designed according to the needed results.

Additional information

FlexiLayout: Capturing a table using Repeating Group

 

How to reliably capture elements in FlexiLayout Studio if the image resolution can vary

When the image resolution varies, then the search area of elements based on absolute offsets can miss […]

Reading Barcodes with Digitech PaperFlow and PaperVision Capture

Does processing barcodes “on-the-fly” make any difference in speed or recognition?

On-the-fly processing is actually a preferable way of reading barcodes since it does not noticeably decrease scan speed. The recognition will be the same whether the barcode is processed on the fly or as a post-process.

 

PDF Processing with FineReader and FineReader Server

How to create a PDF from Microsoft® Word, Excel, or PowerPoint

 

How to convert emails to PDF

 

How to Split a PDF

Create new PDF documents or separate PDF documents combined in one easily with FineReader PDF 15.

Learn how to split PDFs and extract pages easily.

 

 

How to create and edit interactive PDF forms

Watch this video and see how to edit and create interactive PDF forms quickly and easily.

Form Editor tool in FineReader PDF 15 allows creating and editing fillable PDF forms with text and date fields, dropdown lists, list boxes, checkmarks, radio buttons, signature fileds and action buttons. Collect information and create effective document templates with ease!

 

How to extract text from scanned PDFs

 

 

How to extract tables

 

 

How can I verify if the digital signature is valid?

If you open a document with a valid digital signature in FineReader, you will see a green notification Valid on the left panel of ABBYY FineReader PDF 15:
 mceclip0.png

Recognizing a document with existing text layer in FineReader PDF 15

  1. Open FineReader PDF 15;
  2. Go to Tools > Options > OCR;
  3. In the PDF recognition mode select Use OCR option:
  4.  Click OK;
  5.  Recognize your document again.

 

 

How to convert a document into an accessible PDF/UA

Make your mixed documents—PDF, scanned, photographed, or papers— digital and accessible.

In this […]

Configuring Nuance PDF output settings to include more than 500 pages per PDF

By default when using the Nuance Full-Text step each PDF that is generated can only contain 500 pages. The following steps can be used to increase the maximum number of pages that each PDF can hold beyond 500 pages.

By default the Nuance full-text step is designed to create 500 page PDF’s. Use the following steps to increase the default number:

This change should be made on all Capture Automation servers that will be generating PDF’s.

  1. Make a copy of the ClientSettings.xml file located at C:\Program Data\Digitech Systems
  2. From the desktop, click Start > Run > type services.msc and press <Enter>
  3. Highlight and right-click the PaperVision ProcessInitiator1 service and choose Stop
  4. Edit the ClientSettings.xml file using Notepad
  5. Add the following line of text:<OCRFullTextMaxPagePerDoc>500</OCRFullTextMaxPagePerDoc>
  6. Change the value from “500” to the number of pages that will be used to create each PDF (e.g. 750)
  7. Save and close the ClientSettings.xml file
  8. From the desktop, click Start > Run > type services.msc and press <Enter>
  9. Highlight and right-click the PaperVision ProcessInitiator1 service and choose Start

What Document Management Systems are supported by PowerPDF Advanced 2.1?

Q: What Document Management Systems are supported by PowerPDF Advanced 2.1?

A: Document Management System support in the Advanced Edition

  • Microsoft® SharePoint Server 2003, 2007, 2010 and 2013 Windows SharePoint Services (WSS)  3.0 and Microsoft Office 365
  • eDOCS DM (former Hummingbird Enterprise™ 5.3.1 and 10

Power PDF supports eDOCS systems  if a DM Extensions API is installed and configured on the client machine. The product is also integrated into Windows Explorer DM Extension.

  • Interwoven® WorkSite 8.3, 8.5 and 9.3

Power PDF supports Interwoven WorkSite systems if DeskSite 8.2 or FileSite 8.2  for WorkSite 8.3 or FileSite 8.5 for WorkSite 8.5 or DeskSite 9.3 or FileSite 9.3 for Work 9.2 is installed and configured on the client machine. The product is also integrated into DeskSite and FileSite clients. The Nuance implementation warns if a requested document is checked out to another user.

  • Livelink® ECM – Enterprise Server 9.7.0 and 10 from OpenText Corp.

Power PDF supports LiveLink ECM if a LiveLink Explorer Professional Windows Client is installed and configured on the client machine.

  • OpenText Enterprise Connect

Supports OpenText Content Server through Enterprise Connect if the  Enterprise Connect framework 10.5 or higher is installed and configured on the machine

  • NetDocuments SaaS cloud-based storage.

Save files to this web-based storage facility, providing Software as a Service (SaaS).

  • Worldox® GX3 and GX4
  • EMC2® Documentum 7.1,  6.7

Power PDF supports EMC2 Documentum if a DFC 6.5 client is installed and configured on the client machine.

  • Xerox DocuShare 6 and 6.5
  • OnBase 13+

To work with Hyland’s OnBase from Power PDF the Nuance module must be licensed on the OnBase server.

DMS PowerPDF Document Management Systems

OCR Freeware


About SimpleOCR Freeware

Do you dread having to retype that document you are holding in your hand? If only you had the electronic file, your life would be so much easier. With SimpleOCR, you could easily and accurately convert that paper document into editable electronic text for use in any application including Word and WordPerfect.

Not only is SimpleOCR up to 99% accurate, it is 100% free.

Download SimpleOCR now or learn more its feature and functions.

Accuracy

With optical character recognition up to 99% accurate, there is no better OCR application for the price. This increased accuracy greatly reduces the need for post-recognition proof reading and correction. And after all, isn’t that why you want to OCR the document in the first place? Of course it is!

System Requirements

SimpleOCR works on any version of windows, from Windows 95-10 and beyond! Your scanner need only a TWAIN driver, the driver that comes with a majority of all scanners sold. In short, SimpleOCR will most likely work with the PC and scanner you already have.

Pricing

SimpleOCR is free for all commercial and non-commercial purposes. It may be re-distributed freely, but only in its original, unaltered form.

Download SimpleOCR Now

  • Huge Dictionary – With more than 120,000 words, it is unlikely that SimpleOCR will run into a word it does not know. In the rare event that it does, our improved text editor allows you to easily add the new word to the dictionary. By adding new words to the dictionary, SimpleOCR becomes better with every use.

  • Attention! SimpleOCR does NOT have any handprint OCR capabilities, it will not be able to recognize handwritten text. ICR (Intelligent Character Recognition) is rather complicated software usually on a more expensive side.

  • Despeckle – For those documents which are not […]

OCR Guide

Optical Character Recognition

During your foray into the world of document scanning, you’ve likely encountered the term “OCR” and may even know that it stands for “Optical Character Recognition“. But what exactly is OCR and how can you make the best use of this sophisticated and valuable tool?

We’re here to give you a run-down of what you need to know about Optical Character Recognition, answer any questions you might have, and recommend the best OCR software solution for your scanning project.

Table of Contents:

What is OCR?

What Is OCR Barcode Scanning Recognition SoftwareThe primary purpose of Optical Character Recognition  is to quickly and automatically scanned or photographed document images into machine readable text that can be searched for keywords or edited in a word processor.

In general, an OCR engine analyzes the pixel data of scanned images and searches for patterns resembling letters, numbers, and other symbols to create a digitized record of characters.

The biggest OCR engines employ huge Artificial Intelligence (AI) and Machine Learning (ML) models that have been trained on billions of documents collected over decades of development.

While the exact mechanics of this process can be complicated, OCR engines are a key automation tool for the digital age. It bridges the gap between knowledge stored on physical documents and digital data that can be edited, searched or parsed into structured data to automate data entry tasks.

OCR Output Types

Search Document OCR Recognized TextFull Page OCR converts the entire document into one of the following formats:

    […]

Applications

When you scan a document that has text or numeric data on it, you are able to read and understand what is written in the scanned image. However, to a computer, the resulting image file is just as meaningless an assortment of pixels as a landscape photo. In order to transform this information into an editable format that you can search through, copy, and modify without retyping it manually, you will need the an Optical Character Recognition (OCR) software.

There is a wide variety of OCR software available. While they all share the ability to convert images of machine printed (not handwritten) text or numbers into an editable format, the various software often have different features, accuracy, prices, and language options.

You can find the various types of OCR software with a description of each below.

Users within a single department, working from home or who have a small business can simply scan their documents to a folder that is shared to everyone. In this “ad-hoc” scenario you only need some basic document scanning software to simplify and bring consistency to your filing system.

If you want to move to the next level, there are Desktop Document Management options that provide an all-in-one means for capture, storage, search and retrieval of documents. Additionally, they provide security, advanced capabilities and ease of use above that of the ad-hoc methods

And let’s not forget cloud-based options that alleviate the need to maintain storage servers or keep software up to date.

Need a simple, no frills OCR solution without spending hundreds of dollars on a professional software package? Look no further. There is a no cost, donation optional, OCR freeware solution for […]

2022-06-21T12:06:06-04:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

Compare OCR Software

PDF OCR

Searchable PDF OCR

Adobe Acrobat OCR to Searchable PDFCreating searchable PDF files using optical character recognition is one of the most common PDF OCR applications.

The PDF format works great with scanned documents because it allows the OCR text to be hidden in an invisible layer behind the original document image. So you see a perfect replica of the original instead of OCR text that lacks formatting and may contain artifacts and errors.

OCR PDF to Other Formats

Batch OCR PDF to Text, Excel, Word

PDF OCR can also mean converting scanned PDF files to Word, Excel, text and other formats. This can be done with any desktop OCR or OCR server application. However there are several OCR applications called PDF Converters that are only designed to convert documents to searchable PDF files rather than converting PDF files to other formats. This is an important distinction to make when searching for PDF OCR software.

PDF Converters often cost less than their full-featured desktop OCR counterparts since they only offer document scanning and conversion of images to searchable PDF files. They can also include the ability to convert other file formats like Word, Excel, PowerPoint, HTML, etc. to PDF automatically. Enterprise site licensing options let you enable this capability for any user in the organization. Contact us for a quote on site licenses for any PDF OCR application.

PDF OCR Compression

PDF also offers advanced compression options like MRC, JPEG2000 and JBIG that can produce much smaller files than traditional TIFF images. Foxit PDF Compressor is even able to parse the document and apply different compression to images, text and backgrounds to reduce the size even further. This can produce huge savings in cloud storage and access […]

Convert Scanned Image to Text Document

The primary purpose of Optical Character Recognition is to quickly and automatically convert scanned images of machine-printed (typed) text – which to a computer are no more meaningful a collection of pixels than any other image, such as a landscape photo – into actual text data that you can search through and modify.

OCR Software comes in many different types, which vary in price range based on their features, speed, and accuracy. One of the main qualities that OCR producers are using to differentiate their products is volume of the documents OCR will allow you to process. That may be a bit counter intuitive but features that are needed to process hundreds, thousands or millions pages a year are rather different ones.

In case of several hundreds of pages (receipts, checks, medical, tax or legal forms, personal memorabilia)  you need to scan for personal use you would need light, highly versatile, easy to use, not expensive software that will convert images just to text. It may not have automation features, and processing data further will be done manually by you. Thou it is not too hard since volume of documents is not very large and you can treat each of them individually.

Small business users usually process thousands of pages a year and require some automation features. Images need to be converted not just to text, but also to spreadsheets to be processed further. Once the system is set up it is assumed that it will run without much of the interference, and people in charge of document processing would be able to do that with certain ease.

Larger companies processing millions of documents require much larger levels of automation when each small, fine tuned feature would save thousands of work hours in a long run. Multiple machines will be processing documents […]

Batch OCR Software

Batch OCR for Full-Text Conversion & Searchable PDF

Batch OCR PDF to Text, Excel, WordThe primary purpose of Optical Character Recognition is to quickly and automatically convert scanned images of machine-printed (typed) text into actual text data that you can search through and modify.

Batch OCR software allows for the conversion of multiple files at once, usually through a hot folder or watched email inbox method that converts any files added to a particular folder.

The ability to watch a hotfolder and automatically convert documents is included in the complete versions of desktop OCR products, like FineReader Corporate, OmniPage Ultimate or ReadIRIS Corporate.

While automatic processing is available in these applications, they are not designed for true server-based processing since the application has to be running on the user’s desktop. OCR servers are designed for unattended batch OCR processing and high-volume applications that require multiple CPUs and processing workflows.

Those applications are all designed for traditional, full-page OCR conversions to text, Word, Excel, or searchable PDF documents.

Batch OCR for Data Capture

OCR Data CaptureForms Processing OCR Data Capture systems are designed to read specific data points from documents and output structured data like CSV, XML, JSON or SQL databases. SimpleIndex, FlexiCapture and PaperVision Capture all offer batch zone OCR as well as advanced features like AI-based training, invoice processing and line items.

OCR Experts At Your Service

Our OCR experts can help you find the batch OCR software that is right for your project, as well as providing remote installation, setup, training and support that’s not available for most desktop OCR applications. We can also help with enterprise implementations, custom API integrations, […]

OCR Servers

Enterprise OCR servers let you perform Optical Character Recognition on thousands of documents at a time, scaling to meet the demands of the largest document conversions.

Traditional Desktop OCR applications require a person to load the scanned document, run the OCR process and save the output files. This makes sense when you are converting individual documents, but large organizations with thousands or millions of documents need something much more automated and scalable.

OCR Server processing workflow

Typical Enterprise OCR Applications

As the cost of OCR software and hardware goes down each year and the quality goes up, full-text search is included in more and more records management applications. Typical applications include:

  • Data mining
  • Litigation support
  • Full-text searching
  • Document management

Features of Enterprise OCR Servers

  • OCR is performed in the background without a user interface
  • Files are imported automatically from hotfolders
  • Ability to use multiple CPUs and servers for processing
  • Management tools for remote administration
  • Web service & API integration to submit OCR jobs

What is the Best OCR Server?

The ABBYY FineReader Server offers the best combination of features, performance and pricing. It has flexible licensing, including an unlimited CPU-based license that does not limit the number of pages processed.

Foxit PDF Compressor has the lowest entry level pricing, OmniPage OCR and unique PDF compression technology that can dramatically reduce the size of searchable PDF documents, leading to faster viewing and lowered cloud storage and bandwidth costs.

The SimpleIndex Server offers affordable unattended OCR services coupled with advanced data extraction and indexing capabilities that organizes documents automatically or saves metadata to Excel or a SQL database. It doesn’t have the scalability, API interfaces or compression technology that other OCR servers have, but you can bundle the Standard Server version with them to add indexing, […]

Document Scanning

One Source, Many Solutions

There are many document scanning solutions to choose from. ScanStore offers many of the top document imaging solutions under one virtual roof. ScanStore‘s CDIA+ consultants can work with you to explain the strengths and weaknesses of each option and even provide a demo of the products using samples that you provide.

You’ll find flexibility with each of these products allowing a one-person shop to jump right in, or scale up to enterprise or service bureau proportions. If you need to throw some data capture into the document imaging mix, ScanStore also carries OCR, forms processing and document management tools.

Information and Advice

Take a look at the Scanning Solutions Comparison page to find in-depth information on the features of the available offerings and for more insight in finding the best fit.

And be sure not to miss the detailed comparison of the favorite Batch Scanning solutions in the exclusive Document Scanning Software Review.

What’s Right for You

You want a paperless office and document scanning is part of the path to get you there. Simply buying a scanner and feeding paper into it isn’t going to save you money. Automation of the scanning process is what holds costs down and drives up your Return on Investment.

For example, if an OCR automation costs $3,000 to implement, but by doing so you save a $15/hr employee 10 hours per week of data entry, the feature has paid for itself in 20 weeks.

So how do we automate the data capture? Here are a few possibilities:

  • Full-Page OCR turns a scan into a full-text document you can search

  • Barcodes on each document contain key data like a customer name or invoice number

  • A single field […]

Forms Processing

What is ICR, Survey & Forms Processing?

ICR stands for Intelligent Character Recognition and is the technology that allows software to interpret hand printed text on scanned images.

Data Capture Forms OCRForms Processing Software uses ICR technology to automate data entry tasks involving hand-filled surveys, applications and forms. It provides interfaces for scanning, recognition, data verification and export, as well as management and monitoring tools to track large volumes of documents and data through the workflow.

Forms Processing also includes OCR (Optical Character Recognition) technology to recognize machine printed text, and OMR (Optical Mark Recognition) for check boxes and multiple choice bubbles.

It is also possible to use these applications to automate data collection from PDF forms, Word documents, Excel spreadsheets, and other formats used to fill out forms electronically. Many include the ability to publish forms as paper, fillable PDF and web pages simultaneously to distribute and collect data from multiple sources into one dataset.

Who can benefit from forms processing software?

Any organization that collects data on paper-based forms, surveys or applications on a regular basis can get a very high return on investment by automating the data entry with forms processing software.

You do need to have a significant number of forms to justify the expense– at least a hundred forms per month or more depending on how much data is being captured. If the data entry task can be done in under 100 man-hours then it is not a good candidate for automation with ICR software.

Organizations that have many separate departments that collect data on forms can share the budget for forms processing software by re-using it for other projects. Your current project may not be big enough to justify the expense, but when combined with one or two others it would be.

How much do […]

SimpleOCR | OCR Software Experts

Learn More Download Now

Document Scanners
& Scanner Parts

Accurate OCR starts with quality images. Efficient OCR starts with fast scanning. Find Document Scanners built for OCR at ScanStore.

Our Team of OCR experts is here to help! SimpleOCR is not just Freeware, we have every kind of OCR solution from PDF Converters to Enterprise Data Capture, OCR Servers and Handprint Recognition for Forms and Surveys. Live chat with an OCR specialist now or Contact Us for a consultation on your OCR project.

SimpleOCR is the popular freeware OCR Software with hundreds of thousands of users worldwide. SimpleOCR is also a royalty-free OCR SDK for developers to use in their custom applications.

SimpleIndex is OCR built for business, offering powerful batch scanning, OCR server, and data capture features with a simple user interface and affordable licensing.

If you like free stuff, freeware versions of our SimpleView Document Viewer (with Tesseract OCR), SimpleCoversheet Bar Code Printer, and SimpleExport CSV to XML Converter are also available.

If you have a scanner and want to avoid retyping your documents, SimpleOCR is the fast, free way to do it. The SimpleOCR freeware is 100% free and not limited in any way. Anyone can use SimpleOCR for free–home users, educational institutions, even corporate users.

If your documents have multi-column layouts, non-standard fonts, tables, poor quality or digital camera images, you will not have much success with applications based on free and open source engines like SimpleOCR and Tesseract. You will need a commercial OCR application to get an accurate read. Our OCR Guide compares desktop and […]

Simple Software

SimpleIndex can bring speed and efficiency to your scanning or doc filing no matter the process. Even if all you are doing is hand keying a few basic details about a document, breaking those details into individual indexes and adding tools like drop down choice lists, automatic orientation, and blank page deletion ensure a smoother, more consistent process.

Automation

Here’s where things start to get interesting. From basic tasks like splitting individual documents within at stack of pages by spotting a blank page, a specific mark, or a barcode separator to capturing index data directly from the page or looking up additional details about a document in a database, SimpleIndex has a host of powerful tools to tame your piles of paper or drives full of digital files. Let’s look at a few.

OCR

Optical Character Recognition is the ability to take a scan, which is merely a picture of a page, and turn it into words that the computer can understand and use to index your files. SimpleIndex leverages the power of ABBYY FineReader, recognized as one of the best OCR engines on the market, to accurately capture names, dates, important numbers, document types, and other details about your file. Some products have you set a box and capture whatever information happens to fall in that zone. SimpleIndex takes it further with Dynamic Zone OCR to enable you to set an oversized zone that allows for shifting of the pages between scans, but still captures just the date you need by matching against templates, lists, or even Regular Expressions (RegEx). You can also skip the zones entirely and use the full text of a page to find matches for your index data.

Barcodes

Enterprise OCR Applications

Enterprise OCR Data Capture Software Enterprise OCR Data Capture Software

Enterprise OCR refers to applications designed with the features and scalability required for large businesses and service operations.

Speed and efficiency are the name of the game at the enterprise level so options like batch processing, multi-user and multi-server workflows, security and compliance auditing are found in these applications.

Enterprise OCR can also refer to Enterprise Site Licensing for desktop OCR applications that allow any user in your organization to install licensed OCR tools without incremental costs. Contact Us for a quote on any Site License.

Enterprise Data Capture Solutions Enterprise Constitution Class Starship

Enterprise Document Management

With the high volume of documents coming out of an enterprise OCR product, there is a need for robust Document Management applications with enhanced features that cover the stricter oversight needs of large organizations. Sorting through thousands or millions of pages can quickly turn digital documents into a quagmire without proper organization, tagging, search and workflow capabilities.

Enterprise Document Management features include:

  • Digital signatures
  • Document life cycle management
  • Version control
  • Advanced keyword searching & full-text indexing
  • Audit trails (HIPAA, Sarbanes compliance)
  • Cloud Based Document Management Apps Cloud Based Document Management Apps

    Email archiving

  • Workflow routing
  • Enterprise Report Processing (ERP)
  • Document access control

Our document management solutions work with any of the enterprise OCR products below to provide a secure end-to-end solution. Contact Us to see how they work together in an online demo or get a quote.

Title

Go to Top