21 lines
404 B
Markdown
21 lines
404 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
|
|
|
|
zypper install avif-tools
|
|
|
|
```
|
|
|
|
|
|
rsync -Pav -e "ssh -i $HOME/.ssh/SDS" /home/hendrik/git/ultimate-photo-digitizer/scans/ hendrik@10.0.0.25:/home/hendrik/git/ultimate-photo-digitizer/scans/ |