Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 540 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 540 Bytes

Image-to-text

this projects detects text from a picture and converts into a CSV, this is usefull for converting blob,document type data and converting it to readable text whichcan be refined further and useful for database loading. This project uses opencv and pytesseract to accomplish this task.

Install tesseract from https://github.com/UB-Mannheim/tesseract/wiki install opencv for python version

references to an image in my local machine are in the code as variables be sure to give an input file and an ouput file location