Hello,
I'm trying to parallelize the ocr proccess since I have alot of pdf documents and I try to use the sample code as a guide :
https://sourceforge.net/p/tess4j/discussion/1202293/thread/4562eccb/
it works for png images but not with pdf files?
is it possiable to parallize ocr for pdf?
the error i'm having :A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x0000000124482bc9, pid=36535, tid=0x0000000000001c03
JRE version: Java(TM) SE Runtime Environment (8.0_121-b13) (build 1.8.0_121-b13)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.121-b13 mixed mode bsd-amd64 compressed oops)
Problematic frame:
C [libgs.dylib+0x3afbc9] copy_error_string+0xd
Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
An error report file with more information is saved as:
/Users/iShahad/NetBeansProjects/OCR/hs_err_pid36535.log
If you would like to submit a bug report, please visit:
http://bugreport.java.com/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.