com.rational.test.ft

Class vop

  • java.lang.Object
    • com.rational.test.ft.vop


  • public class vop
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      vop() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String Find(java.lang.String ocrResultsXml, java.lang.String inputToSearch) 
      static boolean load() 
      static java.lang.String ProcessFile(java.lang.String imageFileName) 
      static java.lang.String ProcessImage(byte[] image, int width, int height, int bpp, int pitch) 
      static int SetPath(java.lang.String path) 
      • Methods inherited from class java.lang.Object

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

      • vop

        public vop()
    • Method Detail

      • ProcessImage

        public static java.lang.String ProcessImage(byte[] image,
                                                    int width,
                                                    int height,
                                                    int bpp,
                                                    int pitch)
      • ProcessFile

        public static java.lang.String ProcessFile(java.lang.String imageFileName)
      • Find

        public static java.lang.String Find(java.lang.String ocrResultsXml,
                                            java.lang.String inputToSearch)
      • SetPath

        public static int SetPath(java.lang.String path)
      • load

        public static boolean load()