简体   繁体   中英

Tesseract ocr performance is slow

I use wrapper tess4j for tesseract 3 to make OCR on cyrillic characters. Before I execute image pre-processing: skewed image, remove background and noise, adjust image quality and finaly get ROI for OCR. Image pre-processing takes 0.5-1 seconds. But tesseract OCR process takes a long time.

How can I enhance tesseract OCR speed perfomance?

There are two ways to accelerate tessercat. It refers to c++ version of tesseract.

  1. Tesseract can enable parallelization of computations. See "tessedit_parallelize" variable.

  2. You can use OpenCL version of tesseract.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM