The idea of this project is to have a program that can scan cards and send the scanned card name to either a database or a csv/.txt/something else file
In this project i have benn using EasyOCR it's a easy to use ocr pacage
Please read that project
In EasyOCR it's noted that:
Install using
pipfor stable release,pip install easyocrNote 1: for Windows, please install torch and torchvision first by following the official instruction here https://pytorch.org. On pytorch website, be sure to select the right CUDA version you have. If you intend to run on CPU mode only, select CUDA = None.
I also use mysql-connector, opencv-python, openpyxl, requests and Pillow
i will put up a requirements.txt at some point
- Add a loading bar for the start of the Program
- Swap test image with a Image with the name test
MySQL, CSV, .txt & something andscryfallfuctions (MySQL is half'ly added whit XAMPP)- Chose either to create a new DB for the scanns or if to put them into an old
- Speed up scanning
Add test fuctions for adding cards to listboxRename variables
