Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,
i am new with opencv. i want to know how extract text data from image if any one tell me which is the steps i have to follow. any kind of help appreciated.
Posted

1 solution

Similar question asked that looks helpful: How to extract text from image using openCV or OCR tesseract[^]

It says:
The fastest way (maybe not the ideal) is to implement the following steps:
- Use OpenCV to detect the paper sheet or the text area;
- Perform any processing necessary to deskew the image (if necessary);
- Save the image to disk as TIFF;
- and finally, call Tesseract cmd-line application passing the TIFF image as parameter to start the text recognition process.
 
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