| TesseractOcrEngine Methods |
The TesseractOcrEngine type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearResults |
Clears the results.
| |
| CreateSearchablePdf(TesseractOcrPdfJobRequest, Bitmap) |
Creates a searchable PDF from a bitmap image.
| |
| CreateSearchablePdf(TesseractOcrPdfJobRequest, String) |
Creates a searchable PDF from a document file.
| |
| DetectOrientationAndScript |
Detects the orientation and script.
| |
| Dispose |
Finalizes an instance of the TesseractOcrEngine class.
| |
| Dispose(Boolean) | ||
| DoOcr(TesseractOcrJobRequest, Bitmap) |
Execute the OCR job on the bitmap image.
| |
| DoOcr(TesseractOcrJobRequest, String) |
Execute the OCR job on the document filename.
| |
| 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.) | |
| GetLicense |
Gets the license.
| |
| GetTesseractEngineVersion |
Gets the tesseract engine version.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeEngine(TesseractOcrInitParams) |
Initializes the OCR engine.
| |
| InitializeEngine(String, String) |
Initializes the OCR engine with the language dictionary.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetLicense |
Sets the license.
| |
| ShutdownEngine |
Shutdowns the engine.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |