Click or drag to resize
TesseractOcrEngineDoOcrAsync Method
Overload List
  NameDescription
Public methodCode exampleDoOcrAsync(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.
Public methodCode exampleDoOcrAsync(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.
Public methodCode exampleDoOcrAsync(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.
Top
See Also