| TesseractOcrJobRequest Class |
Namespace: DevScope.Ocr.Tesseract.WindowsApp
The TesseractOcrJobRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| TesseractOcrJobRequest |
Initializes a new instance of the TesseractOcrJobRequest class.
|
| Name | Description | |
|---|---|---|
| Equals | (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.) | |
| 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.
| |
| CreatePdfFile |
Create a searchable pdf file with the provided image and the ocr results
| |
| 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
| |
| OrientationMode |
The mode to be used in page orientation detection.
| |
| PageSegmentationMode |
The mode to be used in page segmentation.
|