pashah72
09-21-2005, 03:11 PM
Hello :confused:
I have a text which is embeded inside an image. I need to read text from Image. How to to do it? Below file(File.java) reads image file but how to read text from image? I am using java?
import java.io.*;
class File {
public static void main(String args[])
{
File f1=new File("c:\\java","abc.jpg");
System.out.println("File Name:"+f1.getName());
}
}
Looking forward for an early reply.
Thanks.
I have a text which is embeded inside an image. I need to read text from Image. How to to do it? Below file(File.java) reads image file but how to read text from image? I am using java?
import java.io.*;
class File {
public static void main(String args[])
{
File f1=new File("c:\\java","abc.jpg");
System.out.println("File Name:"+f1.getName());
}
}
Looking forward for an early reply.
Thanks.