Image to Text ~ GHW 2023(FEB)
A simple python project which uses tesseract and openCV libraries to achieve a simple Image to Text Script.
Execution Path
- Get the Images List from
./imagesfolder. - Iterate over the
imageslist. - For every image, get the image
matrixusingopenCVlibrary. - Using
tesseractlibrary get the text from thematrixobtained. - Append the output obtained in
output.txtfile.

Log in or sign up for Devpost to join the conversation.