Interface | Description |
---|---|
IDictionaryReader |
Interface defines the way to get word from other dictionary format
|
IImageStream |
This interface is for working with images.
|
ILanguage |
This interface represents recognition language.
|
IRecognitionBlock |
This interface represents a block.
|
IRecognizedText |
This interface is for work with recognized text.
|
IRecognizedTextPartInfo |
This interface presents information about each part of the recognized text.
|
Class | Description |
---|---|
AdjustRotationMode |
Define adjust rotation mode.
|
AdjustUpsideDownRotationMode |
Define adjust upsidedown orientation mode.
|
CorrectionFilters |
Represents filters for denoising of image before recognition.
|
DictionaryReaderCreator |
This class is factory of IDictionaryReader for specific dictionary format.
|
Filter |
This class represents filter.
|
ImageStream |
This factory creates objects of “IImageStream” type.
|
ImageStreamFormat |
Enumerable of data formats of images.
|
INotifier |
This interface represents a notifier.
|
Language |
This is factory for creating objects of type
ILanguage . |
LanguageContainer |
This is container for recognition languages.
|
Notifier |
This is factory for create objects of type "INotifier".
|
OcrAlgorithmMode |
Modes of the OCR algorithm using by engine
|
OCRConfig |
Configuration for OCR system.
|
OcrEngine |
Main Aspose.OCR class.
|
Page |
Perpesents separate page with recognition results.
|
RecognitionBlock |
This factory creates objects of type
IRecognitionBlock . |
Exception | Description |
---|---|
OcrException |
This exception indicates an exception while working with OCR module.
|