Click here to Skip to main content
15,879,474 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hey everyone, i'm beginner at c++ and i want to build an ocr on c++ program and i don't how to start it..
so i need ur help guys(:

What I have tried:

i opened DLL project and used class c++ item but i don't know how to write the code..
Posted
Updated 4-Jan-21 2:35am

An OCR program is a major undertaking and requires a detailed knowledge of C++ and image processing. And your comment, "but i don't know how to write the code", makes it clear that you do not yet have sufficient experience of either subject. You need to start with some simpler projects and get experienced with C++ first. You can then move on to advanced subjects such as this one.
 
Share this answer
 
Comments
CPallini 4-Jan-21 8:36am    
5.Yes, probably an OCR library would help.
I would agree with Richard that this really isn't a job for a beginner, or even close!

But ... start reading here: OpenCV: cv::text::OCRTesseract Class Reference[^] but do not expect any of this to be simple or obvious; you are unlikely to find code you can just copy'n'paste to get a working application. This is a complex subject and requires a good in depth knowledge of C++ (and OCR basics as well).
 
Share this answer
 
Have a look, for instance, at Tesseract library[^].
 
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