I am a beginner and am confused which method should i use to extract text from image for using it in my project?
Asked
Active
Viewed 222 times
1 Answers
1
This depends on the nature of the input image (expected location and font types of the text, size, light conditions, and so on....).
Try adaptative thresholding of image, and then give tesseract-ocr a try on it.
If you want to dig into details, read this

Rilke Petrosky
- 1,155
- 9
- 12