Posts by Koalla Story • 1 point
2 posts
-
0
votes1
answer507
viewsA: Problems reading a PDF with TESS4J image
I’ve solved the problem! After researching a little more on Google, I modified a little the class Pdftoimage.java I was able to solve the problem in two different ways: package core; import…
-
0
votes1
answer507
viewsQ: Problems reading a PDF with TESS4J image
I recently started to develop a small executable jar that converts PDF to text files and it will work in Windows environment. Using TESS4J 3.3.1, I developed the following process: A) The user can…