I am using tesseract for OCR, mainly on invoices. However, tesseract requires to specify the language before it starts processing a file.

I thought I am going to perform ocr based on a predefined default language. Then I'd like use the resulting text to check which language is used. If it is not the default language, I process it again in order to get a better result from tesseract.

But how I am implement a language detection algorithm? Is there a c++ library I could use?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

This paper "Natural Language Identification for OCR Applications" describes techniques involved in identification tasks similar to your requirements.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.