An open API service indexing awesome lists of open source software.

https://github.com/thesupercd/image_to_csv

A simple ML based OCR algorithm to convert tabular text in Images into csv data.
https://github.com/thesupercd/image_to_csv

Last synced: 6 months ago
JSON representation

A simple ML based OCR algorithm to convert tabular text in Images into csv data.

Awesome Lists containing this project

README

          

# Image_to_CSV
This Project was done as a part of the Task needed to be completed for the selction process for Deep Learning Internship with Medi-Caps University.

# How To Use :
To use this code, clone the repository into your machine and amke sure the libraries are installed in your machine (specified in the requirements.txt) or intall them by running :
# Command :
pip install requirements.txt

Now you can use this project by keeping all the Images to be converted inside the "images" folder and run the command :
# Command :
python task_2.py

Now the Python script will run and produce all the required csv files inside the "exports_csv" folder with the same name as the image filenames.

# Thank You