T
T
TechNOIR2019-02-08 21:38:20
C++ / C#
TechNOIR, 2019-02-08 21:38:20

C#. What libraries to use for OCR?

Good afternoon!
What libraries to use for OCR for C#?
I used tessnet2 for WinForms
, but somehow it didn't help...
Thanks in advance for the hints.
Picture for example:
5c5dcc8569c4c643268090.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
MrDywar Pichugin, 2019-02-08
@Dywar

I've been doing this for a long time.
Notes:
- AForgeNet - computer vision and artificial intelligence libraries;
- Tesseract - a program for text recognition;
- Fanndotnetwrapper - .NET wrapper for the FANN neural network;
- CCLA relatedness search algorithm by Omar Gameel Salem. (finding nearest neighbors, how to identify letters, and separate them from each other).
There is already ML .NET - https://github.com/dotnet/machinelearning-samples
Your picture is perfect, you can say here and online free recognition will work 100%.
I think ready-made solutions are googled, I think there are even AForgeNet). - https://www.codeproject.com/Articles/11285/Neural-...
Computer vision, API ready -https://azure.microsoft.com/en-us/services/cogniti...
But yes, it’s hard to get it the first time, but once you start this business, then it will be much easier later.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question