Click or drag to resize

IVintasoftOcrEngine Interface

Vintasoft optical character recognition engine

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

The IVintasoftOcrEngine type exposes the following members.

Properties
  NameDescription
Public propertyAutoDeskew
Specifies whether document page images are automatically de-skewed before OCR occurs
Public propertyAutoInvert
Indicates whether white text on a black background should also be recognized in the image
Public propertyAutoRotate
Specifies when the OCR Engine should rotate document page images for the OCR output
Public propertyClearBorder
Indicates whether to identify and remove the black border that is sometimes produced when scanning images of documents
Public propertyDespeckle
Specifies whether to identify and remove black points due to dust deposited on the scanner capture components
Public propertyEngineType
The type of OCR engine
(Inherited from IOcrEngine.)
Public propertyHalfToneRemoval
Specifies whether to remove halftone dots when recognizing characters
Public propertyHolePunchRemoval
Specifies whether to eliminate the holes scanner capture components
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
Top
See Also