Click here to Skip to main content
15,921,989 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Java


C#
public class Test1 {

    public static void main(String[] args)throws Exception {
        BufferedImage image = ImageIO.read(new File("D:\\ocr.png"));
  String s = new OCR().recognizeEverything(image);
        System.out.println("RESULTS: \n"+ s);
 }

}

in above code compile well but output can not correct they can disply any thing like

VB
RESULTS:
    (PIC)
%??**w       ,', . .. '.' ' ''   , .',
*. ,.*i   ,.,*.  *,*.t.,,   *.' ,',,, '
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900