Click or drag to resize
TesseractOcrJobRequest Properties

The TesseractOcrJobRequest type exposes the following members.

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 propertyCreatePdfFile
Create a searchable pdf file with the provided image and the ocr results
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 propertyOrientationMode
The mode to be used in page orientation detection.
Public propertyPageSegmentationMode
The mode to be used in page segmentation.
Top
See Also