Parallel tesseract ocr on Android -


is possible parallelize tesseract ocr process in order speed on android? example basic process in procedure baseapi.getutf8text(); can parallelized? , how?

i have found this: tesseract release notes oct 21 2011 - v3.01 = * thread-safety! moved critical globals , statics members of appropriate class. tesseract thread-safe (multiple instances can used in parallel in multiple threads.) minor exception control parameters still global , affect threads.

but how can make use of it?


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -