| Accusoft.OCRXpress.Java Project : com.accusoft.ocrxpress Package |
| Class | Description |
|---|---|
| Character | Recognized character class. |
| Document | Recognized document class. A document is composed of pages, regions, text blocks, text lines, words and characters. |
| OcrxException | General OCR Xpress exception class. |
| OcrXpress | Main OCR Xpress class. This class provides methods to recognize documents and control licensing. |
| Page | Recognized page class. A page is composed of regions, text blocks, text lines, words and characters. |
| RecognitionParameters | The recognition parameters class. This class is passed to the recognize methods to control how the OCR process is executed. |
| Rectangle | A rectangular area on an image. |
| Region | Recognized region class. A region is composed of text blocks, text lines, words and characters. |
| Result | Recognized result class. |
| ResultContainer<T> | The container class that holds the different types of results generated by the OCR process. |
| ResultContainerBase | A base class that implements the functionality of the ResultContainer class. |
| ResultIterator<T> | The iterator class that holds an iterator to the different types of results in a container. |
| ResultIteratorBase | A base class that implements the functionality of the ResultIterator class. |
| TextBlock | Recognized text block class. A text block is composed of text lines, words and characters. |
| TextLine | Recognized text line class. A text line is composed of words and characters. |
| Word | Recognized word class. A word is composed of characters. |
| Enumeration | Description |
|---|---|
| FileFormat | Supported output file formats. |
| FileMode | Supported file modes for output. |
| Language | Supported languages for recognition. |
| PageOrientation | The different methods of recognizing rotated pages and potentially correcting the rotation. |