![]() | TesseractOcrJobRequest Class |
Namespace: DevScope.Ocr.Tesseract.Windows
The TesseractOcrJobRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | TesseractOcrJobRequest |
Initializes a new instance of the TesseractOcrJobRequest class.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AreaToScan |
Limit the ocr to a specific area on the page
|
![]() | CharsNotToRecognize |
The list of valid chars that the ocr engine will not recognize.
|
![]() | CharsToRecognize |
The list of valid chars that the ocr engine can recognize.
|
![]() | EnableOCRAdaptation |
Enable the Ocr engine to use the best recognized cases to optimize the recognition of low quality characters
|
![]() | ImagePreProcessing |
The set of filters and operations to be applied to the image before sending it to the ocr engine
|
![]() | JobName |
The job name
|
![]() | MultipageEnabled |
If True the ocr engine will process all pages of the document
|
![]() | OrientationMode |
The mode to be used in page orientation detection.
|
![]() | PageSegmentationMode |
The mode to be used in page segmentation.
|
![]() | SetProcessedImages |
Set to true if the job response should contain a copy of the pre-processed images used in the ocr job execution
|