Click or drag to resize
TesseractOcrJobRequest Class
Specifies the parameters that should guide the execution of the Ocr job.
Inheritance Hierarchy
SystemObject
  DevScope.Ocr.Tesseract.WindowsTesseractOcrJobRequest

Namespace: DevScope.Ocr.Tesseract.Windows
Assembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class TesseractOcrJobRequest

The TesseractOcrJobRequest type exposes the following members.

Constructors
  NameDescription
Public methodTesseractOcrJobRequest
Initializes a new instance of the TesseractOcrJobRequest class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAreaToScan
Limit the ocr to a specific area on the page
Public propertyCharsNotToRecognize
The list of valid chars that the ocr engine will not recognize.
Public propertyCharsToRecognize
The list of valid chars that the ocr engine can recognize.
Public propertyEnableOCRAdaptation
Enable the Ocr engine to use the best recognized cases to optimize the recognition of low quality characters
Public propertyImagePreProcessing
The set of filters and operations to be applied to the image before sending it to the ocr engine
Public propertyJobName
The job name
Public propertyMultipageEnabled
If True the ocr engine will process all pages of the document
Public propertyOrientationMode
The mode to be used in page orientation detection.
Public propertyPageSegmentationMode
The mode to be used in page segmentation.
Public propertySetProcessedImages
Set to true if the job response should contain a copy of the pre-processed images used in the ocr job execution
Top
See Also