TesseractOcrEngineDoOcrAsync Method |
Name | Description | |
---|---|---|
DoOcrAsync(TesseractOcrJobRequest, String) |
Executes an instance (job) of the OCR engine over the image file stored in 'filename' with the specified settings present in the TesseractOcrJobRequest in an Asynchronous way, preventing blocking of the main thread.
| |
DoOcrAsync(TesseractOcrJobRequest, Int32, Int32, Int32) |
Executes an instance (job) of the OCR engine over the image raw specified by pixelWidth, pixelHeight and Pixels, with the specified settings present in the TesseractOcrJobRequest in an Asynchronous way, preventing blocking of the main thread.
| |
DoOcrAsync(TesseractOcrJobRequest, Int32, Int32, IBuffer) |
Executes an instance (job) of the OCR engine over the image raw specified by pixelWidth, pixelHeight and pixelBuffer, with the specified settings present in the TesseractOcrJobRequest in an Asynchronous way, preventing blocking of the main thread.
|