Accusoft.OCRXpress.Java - Updated
com.accusoft.ocrxpress Package
Inheritance Hierarchy
Accusoft.OCRXpress.Java Project : com.accusoft.ocrxpress Package
Provides the classes that power OCR Xpress Java. The OcrXpress class is the main entry point into the library, with its recognize function calls. The other classes allow for the ability to interpret and retrieve properties of the recognized text values from the source documents.
Classes
ClassDescription
Recognized character class.
Recognized document class. A document is composed of pages, regions, text blocks, text lines, words and characters.
General OCR Xpress exception class.
Main OCR Xpress class. This class provides methods to recognize documents and control licensing.
Recognized page class. A page is composed of regions, text blocks, text lines, words and characters.
The recognition parameters class. This class is passed to the recognize methods to control how the OCR process is executed.
A rectangular area on an image.
Recognized region class. A region is composed of text blocks, text lines, words and characters.
Recognized result class.
The container class that holds the different types of results generated by the OCR process.
A base class that implements the functionality of the ResultContainer class.
The iterator class that holds an iterator to the different types of results in a container.
A base class that implements the functionality of the ResultIterator class.
Recognized text block class. A text block is composed of text lines, words and characters.
Recognized text line class. A text line is composed of words and characters.
Recognized word class. A word is composed of characters.
Enumerations
EnumerationDescription
Supported output file formats.
Supported file modes for output.
Supported languages for recognition.
The different methods of recognizing rotated pages and potentially correcting the rotation.
See Also

Reference

Accusoft.OCRXpress.Java Project