diff options
Diffstat (limited to 'ocr-scan')
-rwxr-xr-x | ocr-scan | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ jpeg_quality=70 jpeg_size=1500x1500 time=$(date +%Y-%m-%d_%H%M%S) -scanimage --resolution 300 -b -x 215 -y 297 +scanimage --resolution 300 -b -x 210 -y 297 i=1 while [[ -e "out$i.pnm" ]]; do img="out$i.pnm" |