Scan2PDF/README.md

21 lines
976 B
Markdown
Raw Normal View History

2021-01-05 11:20:34 +00:00
# Scan2PDF
2021-01-05 11:27:19 +00:00
Kleine Sammlung, um aus einem Scan (TIFF) ein Sandwich-PDF zu machen.
## Benötigte Pakete
```
# dpkg -l \*tesseract\* \*incron\* | grep "^ii"
ii incron 0.5.12-1+deb10u1 amd64 cron-like daemon which handles filesystem events
ii libtesseract4:amd64 4.0.0-2 amd64 Tesseract OCR library
ii tesseract-ocr 4.0.0-2 amd64 Tesseract command line OCR tool
ii tesseract-ocr-deu 1:4.00~git30-7274cfa-1 all tesseract-ocr language files for German
ii tesseract-ocr-eng 1:4.00~git30-7274cfa-1 all tesseract-ocr language files for English
ii tesseract-ocr-osd 1:4.00~git30-7274cfa-1 all tesseract-ocr language files for script and orientation
```
## incron
Mit `incrontab -e` (als User "scanner") kann festgelegt werden, wann was passieren soll - abhängig von Dateisystem-Operationen. Ein Beispiel findet sich in `incrond.txt`.