https://github.com/anuran-roy/im2sql-cli
Convert Text in table images to SQL commands. Save time.
https://github.com/anuran-roy/im2sql-cli
Last synced: 2 days ago
JSON representation
Convert Text in table images to SQL commands. Save time.
- Host: GitHub
- URL: https://github.com/anuran-roy/im2sql-cli
- Owner: anuran-roy
- License: mit
- Created: 2021-10-18T19:46:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T09:17:23.000Z (over 2 years ago)
- Last Synced: 2023-03-05T22:59:36.286Z (about 2 years ago)
- Language: Python
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Im2SQL
A simple Python program that converts your image containing data tables to SQL commands fairly well.
## How to use:
- Input location
- Input tesseract engine location (Install tesseract from [**their GitHub repository**](https://github.com/tesseract-ocr/tesseract))
- Input table name
- Sit back and enjoy!## Extra Arguments:
1. **Value and Type check** (Recommended to use) ```--typecheck```:
- Checks for type discrepancies, missing values
- Lists them all2. **Output Flag** ```-o ```:
- Exports the generated output to a file specified by ``````