Class OCREngineInput


  • public final class OCREngineInput
    extends java.lang.Object
    The input of the OCR engine.
    • Constructor Summary

      Constructors 
      Constructor Description
      OCREngineInput​(java.lang.String imagePath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getImagePath()
      The path of the image to apply OCR to.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • OCREngineInput

        public OCREngineInput​(java.lang.String imagePath)
    • Method Detail

      • getImagePath

        public java.lang.String getImagePath()
        The path of the image to apply OCR to.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object