Package com.geniusscansdk.ocr
Class OCREngineProgressListener
- java.lang.Object
-
- com.geniusscansdk.ocr.OCREngineProgressListener
-
public abstract class OCREngineProgressListener extends java.lang.Object
A callback object that you can inject in the OCR engine to obtain progress information.
-
-
Constructor Summary
Constructors Constructor Description OCREngineProgressListener()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
updateProgress(int progress)
Progress ranges from 0 to 100
-