Interface | Description |
---|---|
DataCapture | |
Engine.EngineSettings |
Extended settings of the
Engine . |
IDataCaptureCoreAPI |
A data capture core api interface.
|
IDataCaptureCoreAPI.Callback |
Callback for data capture methods.
|
IDataCaptureCoreAPI.DataCaptureSettings |
Basic settings applicable to most methods
|
IDataCaptureCoreAPI.ExtendedSettings |
Extended configuration settings.
|
IDataCaptureCoreAPI.ProcessingSettings |
Basic settings applicable to most methods
|
IDataCaptureProfileBuilder |
The builder interface for a custom data capture profile .
|
IDataCaptureProfileBuilder.IFieldBuilder |
The builder interface for a field
|
IDataCaptureProfileBuilder.ISchemeBuilder |
The builder interface for a data capture scheme
|
IDataCaptureProfileBuilder.Predicate<T> | |
IDataCaptureService |
A data capture service interface.
|
IDataCaptureService.Callback |
A callback interface to interact with the data capture service: input the data and obtain the results.
|
IDataCaptureService.ExtendedSettings |
Extended service configuration settings.
|
IImageCaptureService |
An image capture service interface.
|
IImageCaptureService.Callback |
A callback interface to interact with the image capture service: input the data and obtain the results.
|
IImageCaptureService.ExtendedSettings |
Extended service configuration settings.
|
IImagingCoreAPI |
Provides access to low-level single image core API functions for current thread.
|
IImagingCoreAPI.ExportOperation |
Export operation interface.
|
IImagingCoreAPI.ExtendedSettings |
Extended CoreAPI configuration settings.
|
IImagingCoreAPI.Image |
Loaded image
|
IImagingCoreAPI.ImageOperation |
Image operation interface.
|
IRecognitionCoreAPI |
Provides access to low-level single image core API functions for current thread.
|
IRecognitionCoreAPI.ExtendedSettings |
Extended configuration settings.
|
IRecognitionCoreAPI.ProcessingSettings |
Basic settings applicable to most methods
|
IRecognitionCoreAPI.TextRecognitionCallback |
Callback for text recognition methods.
|
IRecognitionCoreAPI.TextRecognitionSettings |
Settings for text recognition.
|
IRecognitionService |
A background recognition service interface.
|
IRecognitionService.Callback |
A callback interface to interact with the recognition service: input the data and obtain the results.
|
IRecognitionService.DebugLog |
A callback interface for collecting debug data.
|
IRecognitionService.ExtendedSettings |
Extended service configuration settings.
|
ITextCaptureService |
A text capture service interface.
|
ITextCaptureService.Callback |
A callback interface to interact with the text capture service: input the data and obtain the results.
|
ITextCaptureService.ExtendedSettings |
Extended service configuration settings.
|
Class | Description |
---|---|
DataCapture.DataFieldInfo | |
DataCapture.DataScheme | |
Engine |
ABBYY RTR SDK engine via which the other objects may be created.
|
IDataCaptureCoreAPI.CharInfo |
Extended information about the character.
|
IDataCaptureCoreAPI.DataField |
A field of data; the location and additional information are also available.
|
IDataCaptureService.DataField |
A field of data; the location and additional information are also available.
|
IImageCaptureService.QualityAssessmentForOcrBlock |
Quality assessment block
|
IImageCaptureService.Result |
Capture result
|
IImageCaptureService.Status |
Capture status
|
IImagingCoreAPI.CropOperation |
'Crop' operation.
|
IImagingCoreAPI.DetectDocumentBoundaryOperation |
'Detect document boundary' operation.
|
IImagingCoreAPI.ExportToJpgOperation |
Export to JPG operation.
|
IImagingCoreAPI.ExportToPdfOperation |
Export to PDF operation.
|
IImagingCoreAPI.ExportToPngOperation |
Export to PNG operation.
|
IImagingCoreAPI.ExportToWebPOperation |
Export to WebP operation.
|
IImagingCoreAPI.QualityAssessmentForOcrOperation |
'Quality assessment for OCR' operation.
|
IImagingCoreAPI.RotateOperation |
'Rotate' operation.
|
IRecognitionCoreAPI.CharInfo |
Extended information about the characters' formatting.
|
IRecognitionCoreAPI.TextBlock |
The
TextBlock is a collection of lines of recognized text. |
IRecognitionCoreAPI.TextLine |
The
TextLine represents a recognized text line. |
IRecognitionCoreAPI.TranslationResult |
The
TranslationResult represents a translated text and mapping. |
ITextCaptureService.CharInfo |
Extended information about the characters' formatting.
|
ITextCaptureService.TextLine |
A line of recognized text; the location and additional information are also available.
|
Enum | Description |
---|---|
IDataCaptureCoreAPI.Warning |
Warnings
|
IImageCaptureService.QualityAssessmentForOcrBlockType |
Type of quality assessment block
|
IImagingCoreAPI.DetectDocumentBoundaryOperation.DetectionMode |
Document boundary detection mode
|
IImagingCoreAPI.ExportOperation.Compression |
Uniform image compression scale for all lossy formats
|
IImagingCoreAPI.ExportOperation.CompressionType | |
IRecognitionCoreAPI.Warning |
Warnings
|
IRecognitionService.ResultStabilityStatus |
Stability of the result.
|
IRecognitionService.Warning |
A warning that occurred during processing.
|
Language |
The language of the text.
|
Exception | Description |
---|---|
Engine.LicenseException |
The exception to be thrown when invalid license is loaded.
|
IDataCaptureProfileBuilder.ProfileCheckException |
The exception to be thrown when profile is not valid
|