ultimate-photo-digitizer/README.md
2023-07-23 11:57:38 +02:00

17 lines
220 B
Markdown

# ultimate-photo-digitizer
## Scanner comands
```
scanimage --progress --output-file 01.png --format=png --mode Color --resolution 2400 --verbose --depth 16
```
## Setup
```
pip install opencv-python-headless
```