Package 

Interface TessBaseAPI.ProgressNotifier


  • 
    public interface TessBaseAPI.ProgressNotifier
    
                        

    Interface that may be implemented by calling object in order to receiveprogress callbacks during OCR.

    Progress callbacks are available when getHOCRText is used.

    • Method Summary

      Modifier and Type Method Description
      abstract void onProgressValues(TessBaseAPI.ProgressValues progressValues)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait