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
Post a Comment