Reputation: 20468
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?
Upvotes: 0
Views: 589
Reputation: 8345
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.
Upvotes: 1