User Activity

  • Posted a comment on discussion Open Discussion on Tess4J

    Hi, I want to use tess4j in an Androïd app. I test a simple snippet, works fine in Linux env, but fails in Androïd env. File imageFile = new File("..."); ITesseract instance = new Tesseract(); instance.setDatapath("..."); ... try { String result = instance.doOCR(imageFile); System.out.println(result); } catch (TesseractException e) { System.err.println(e.getMessage()); } Androïd needs to target JDK 1.8 and then there's a compile error: error: cannot access BufferedImage class file for java.awt.image.BufferedImage...

View All

Personal Data

Username:
jbdata31
Joined:
2019-07-11 05:07:16

Projects

  • No projects to display.

Personal Tools