SilverLight
SilverLight

Reputation: 20468

Tessnet2 where download arabic language

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

Upvotes: 0

Views: 589

Answers (1)

nguyenq
nguyenq

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

Related Questions