Asjal Rana
Asjal Rana

Reputation: 143

Arabic OCR in .Net

I used Tesseract and trained it with complete word as character, How chinese OCR are doing. But this kills me to make my own fonts and its a time consuming and slow process. This approach is good for some scenario but I wanted to trained tesseract based on arabic characters.

Or Suggest me which can help me developed my own arabic ocr with or without Tesseract.

I have researched on OpenCV but it didnt go well.

I will highly appreicate your quick response.

Upvotes: 1

Views: 1981

Answers (2)

Samy Massoud
Samy Massoud

Reputation: 4385

This is a very old question, but for whoever is looking for the same, now tesseract 4 comes with pre-trained Arabic data alongside many other languages which can be found here

And here is a demo of Arabic OCR based on tesseract 4, you can see how accurate it becomes now.

Upvotes: 1

Kunal Grover
Kunal Grover

Reputation: 300

Tesseract has pre-trained files for a lot of languages, here is the Arabic one.

Upvotes: 2

Related Questions