

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: The crash happened outside the Java Virtual Machine in native code. 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 copy_error_string+0xd Failed to write core dump. Is it possiable to parallize ocr for pdf?
PDFBOX PS TO PDF PDF
It works for png images but not with pdf files?

PDFBOX PS TO PDF CODE
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 :
