Interface TextOrientationScanner

  • All Implemented Interfaces:

    
    public interface TextOrientationScanner
    
                        

    Performs detection and recognition of TextOrientation

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract TextOrientation recognizeJPEG(ByteArray jpeg, Integer width, Integer height, Float requestedConfidence) Performs TextOrientation recognition on the JPEG format image
      abstract TextOrientation recognizeBitmap(Bitmap bitmap, Float requestedConfidence) Performs TextOrientation recognition on the Bitmap
      • Methods inherited from class java.lang.Object

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