A simple SNAP & OCR script for windows & macOS
Use paddle OCR as OCR backend
- python >= 3.9 (my dev envirenment, didn't test other versions)
- requests >= 2.28.1
- pyperclip >= 1.8.2
- pillow >= 9.3.0
pip install requests==2.28.1
pip install pyperclip==1.8.2
pip install pillow==9.3.0