Why Tesseract OCR library (iOS) cannot recognize text at all?

后端 未结 5 2320
失恋的感觉
失恋的感觉 2020-12-07 16:47

I\'m trying to use Tesseract OCR library in my iOS application. I downloaded tesseract-ios library from github and when I tried to recognize a simple text image

5条回答
  •  一整个雨季
    2020-12-07 17:37

    Make sure you have the latest tessdata file from Google code

    http://code.google.com/p/tesseract-ocr/downloads/list

    This will provide you with a list of tessdata files that you need to download and include in your app if you haven't already. In your case you will need tesseract-ocr-3.02.eng.tar.gz as you are looking for the English language files

    The following article will show you where you need to install it. I read through this tutorial when I built my first Tesseract project and found it really useful

    http://lois.di-qual.net/blog/install-and-use-tesseract-on-ios-with-tesseract-ios/

提交回复
热议问题