OCR toolkit for use in a C++ program
Hi,
I want to make a software that scans an Image (admission form) and identifies the Text within its fields. And puts them in some File. I am doing this in C++. I have some little experience with opencV but not as much as is required to do the OCR thing. So I realized a solution. Call an external Command Line tool which converts an image to text. Then my program just needs to fetch the required data from the text file. Its kind of funny I believe, I don't actually know if I have any other options in hand. So my question is:
"Is there any API sort of thing that can be called from my program to convert an image to text?"








