| TesseractOcrJobRequest Properties |
The TesseractOcrJobRequest type exposes the following members.
| 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
|