Hello. I use the Tesseract V3.01 code "tesseract-ocr-read-only". According to its ReleaseNotes, it seems to be able to use "Thread- safety".
I want to mount the multithread processing at the page level. That is, I want to make each thread work for each page at the same time. Now I mount it with OpenMP, but it doesn't operate well. Segmentation fault is always generated. Where is the place of "Thread-safety" in the source code? How can I use "Thread-safety"? Will you show me your idea if you can use "Thread-safety"? Thanks. tomosa -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en

