Hi to all :-)
I developed a Spring boot microservice that uses Tesseract 4.3.1 and PDFBox
2.0.22 (maven dependency in pom.xml)
The Linux server has Tesseract 4.1.1 installed (lepton-1.76.0)
Java project is done by this example
https://colwil.com/how-to-extract-text-from-a-scanned-pdf-using-ocr-in-java/
I set properties in my class
ITesseract _tesseract = new Tesseract();
_tesseract.setDatapath("tessdata");
_tesseract.setLanguage("eng");
_tesseract.setTessVariable("debug_file", "/opt/tesseract/tesseract.log");
But tesseract.log is empty 0Kb :-(
Why?
thank a lots
--
You received this message because you are subscribed to the Google Groups
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tesseract-ocr/ca9ba23f-5d44-4298-9bad-4ec35d22e4b3n%40googlegroups.com.