Hi to all, I have implemented a Spring boot microservice which use tess4j 4.3.1 and pdfbox 2.0.22 in my server Oracle Linux Server , example code https://colwil.com/how-to-extract-text-from-a-scanned-pdf-using-ocr-in-java/ When I execute code with my IDE on windows pc and invoke local service, time execution is fast : "Tesseract.doOcr" 8 seconds, so when I execute api to invoke microservice's code method "Tesseract.doOcr" is slow, parameter pdf file is the same Any idea? Thanks :-)
-- 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/a3987d08-b775-44f7-919a-52f20b7fb176n%40googlegroups.com.

