Click or drag to resize

IAbbyyOcrEngine Interface

Abbyy FineReader optical character recognition engine

Namespace:  EdaIntegrationContract.OCR.Abbyy
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public interface IAbbyyOcrEngine : IOcrEngine

The IAbbyyOcrEngine type exposes the following members.

Properties
  NameDescription
Public propertyAutoDeskew
Specifies whether document page images are automatically de-skewed before OCR occurs
Public propertyAutoRotate
Specifies when the OCR Engine should rotate document page images for the OCR output
Public propertyEngineType
The type of OCR engine
(Inherited from IOcrEngine.)
Public propertyIsActiveEngine
Indicates whether the OCR engine is currently active
(Inherited from IOcrEngine.)
Public propertyLanguage
Specifies a language dictionary that should be used by the OCR Engine
Public propertyPageLayout
Specifies the column layout of document pages
Public propertyPageQuality
Specifies the printing technology used to create documents pages, as well as the quality of scanned pages
Top
See Also