| TesseractOcrEngine Class |
Namespace: DevScope.Ocr.Tesseract.Windows
The TesseractOcrEngine type exposes the following members.
| Name | Description | |
|---|---|---|
| TesseractOcrEngine |
Initializes a new instance of the TesseractOcrEngine class.
| |
| TesseractOcrEngine(TesseractOcrInitParams) |
Initializes a new instance of the TesseractOcrEngine class.
| |
| TesseractOcrEngine(String, String) |
Initializes a new instance of the TesseractOcrEngine class.
|
| 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) | Releases the unmanaged resources used by the TesseractOcrEngine and optionally releases the managed resources | |
| 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.) |
| Name | Description | |
|---|---|---|
| CurrentLanguage |
Gets the language in use by the ocr engine.
| |
| CurrentTessdataRootPath |
Gets the tessdata root path in use by the ocr engine.
| |
| IsInitialized |
Gets the initialized state of the engine.
|
| Name | Description | |
|---|---|---|
| AutoDeskewCompleted |
Raised after the Auto Deskew image pre-processing completed.
| |
| AutoOrientationDetected |
Raised after the Automatic detection of the document orientation.
| |
| BeforeRecognition |
Raised just before the ocr engine start recognizing text and layout.
| |
| JobCanceled |
Raised when the Ocr job was canceled.
| |
| JobCompleted |
Raised when the Ocr job completed.
| |
| JobProgress |
Raised during the Ocr job processing.
| |
| JobStarted |
Raised when the Ocr job started.
|