Search code examples
nlptesseract

Can tesseract work with languages such as bengali? If so, with how much accuracy and what steps should I follow to implement it for bengali language?


I want to implement an offline program which can detect bengali text from an image (white background black text). I need to know how to approach my work to begin with


Solution

  • Yes. Tesseract is trained for Bengali. List of languages supported. You have to use language code ben for that. Rest of the implementation details are given here. Simply follow it.