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.
- Host: GitHub
- URL: https://github.com/thesupercd/image_to_csv
- Owner: TheSUPERCD
- Created: 2020-03-29T14:50:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T21:49:48.000Z (over 5 years ago)
- Last Synced: 2025-02-10T12:43:22.834Z (8 months ago)
- Language: Python
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.txtNow 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.pyNow 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