Click here to Skip to main content
16,017,241 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys
i need some ideas or simple program in C# or others to recognition of isolated arabic character like ا ب ت ث ج ..... . from an image and then convert it to letters or text.
Posted

There is nothing simple about it!

Please see my past answers with references to several works, mostly on CodeProject:
OCR Software[^],
Apply online handwriting on neural network[^].

You can also review some well-known OCR products, those which are Open-Source:
http://en.wikipedia.org/wiki/List_of_optical_character_recognition_software[^].

The problem with most or all of those Open-Source works is: their authors are maybe strong in applied mathematics, but form what I saw it looks like most of all of them have no idea on general programming. Maybe that's why I failed to find anything working correctly with Unicode. CodeProject articles I referenced above are much better, but are incomplete. You would need to do serious work to complete them into a product. However, most difficult job is already done.

—SA
 
Share this answer
 
Hi,
leadtools is the only ocr engine I have found for recognizing Arabic text.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900