| TesseractOcrPdfJobRequest Class |
Namespace: DevScope.Ocr.Tesseract.Windows
The TesseractOcrPdfJobRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| TesseractOcrPdfJobRequest | Initializes a new instance of the TesseractOcrPdfJobRequest 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 | |
|---|---|---|
| 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.
| |
| 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.
| |
| TargetPdfFilename |
The name of the file where the searchable pdf is to be saved.
|