How to share language data between multiple instances?
25 views
Skip to first unread message
wenju...@126.com
unread,
Sep 7, 2016, 12:29:23 AM9/7/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
tesseract::TessBaseAPI is not thread safe, I want to create mutliple instances to serve more request, but memory usage is too high, so I want to share the language data between instances?