Class OCREngineProgressListener


  • public abstract class OCREngineProgressListener
    extends java.lang.Object
    A callback object that you can inject in the OCR engine to obtain progress information.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void updateProgress​(int progress)
      Progress ranges from 0 to 100
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OCREngineProgressListener

        public OCREngineProgressListener()
    • Method Detail

      • updateProgress

        public abstract void updateProgress​(int progress)
        Progress ranges from 0 to 100