Click here to Skip to main content
15,888,177 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is the BEST Open Source Optic Character Recognition API/Library for C# especially for WP 8.1/8 i can't seem to find any and the ones i do find are outdated.
Any Ideas.

Note: i'm mostly interested in image to character conversion.

Thank you,

Job
Posted
Comments
[no name] 6-Sep-14 16:04pm    
The "BEST" one is the one that you have researched and does what you find that fulfills the requirements for your project.

1 solution

You should probably widen your search into C++ or Java libraries as well as developers want to create code that can easily be adapted to different platforms.
C# is pretty limited to Windows. (I know there is a Linux version, but I don't it runs on Android yet)
With Platform Invoke you can fairly easy create a c# wrapper for accessing C++ DLLs.


A quick search using the phrase "OCR library open source" gives quite a few results including:
http://www.findbestopensource.com/tagged/ocr[^]

Then it is up to you to find the one that is best for your needs.
 
Share this answer
 
Comments
[no name] 8-Sep-14 8:39am    
5+.

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