Search:

Type: Posts; User: rammane@gmail.com

Search: Search took 0.11 seconds.

  1. Re: How to read a text from an Image file?

    thanks
  2. Re: How to read a text from an Image file?

    k
  3. java image processing

    File newFile=new File("C:\\Image\\9R6-CCI\\09082010\\K08E091209FT_8033.tif");
    byte[] fileData = new byte[ (int)newFile.length()];
    InputStream inStream = new FileInputStream( newFile);
    ...
  4. Re: How to read a text from an Image file?

    how u can import BASE64Encode() package i am getting error please help me
Results 1 to 4 of 4