0

I want to grab numbers in Arabic language using with :
https://www.codeproject.com/Articles/696537/How-to-use-Tessnet2-library
I installed Tessnet2 using with NuGet packages & created a console application & for English language it works very well.
Now the problem is Arabic language!
Where i can i download Arabic language?


See these related topics:
  1. Recognize numbers in images

  2. Tesseract 3.0 OCR .NET 4.0 Wrapper

  3. Cannot find a way to make tessnet2 work
SilverLight
  • 19,668
  • 65
  • 192
  • 300

1 Answers1

1

Tesseract 2.0x, which tessnet2 is a wrapper for, does not support Arabic. You would need Tesseract 3.0x; try this .NET wrapper (nuget package) with compatible 3.0x tessdata.

nguyenq
  • 8,212
  • 1
  • 16
  • 16