gedankensplitter/edms.md
2022-09-01 21:08:41 +02:00

20 lines
459 B
Markdown

# EDMS
https://github.com/awesome-selfhosted/awesome-selfhosted#document-management
mayan
paperless-ngx
ocrmypdf
paperwork
Hardware-OCR
## OCR
https://github.com/ocrmypdf/OCRmyPDF
https://ocrmypdf.readthedocs.io/en/latest/batch.html
To generate manually an OCR pdf rund this after the folder change.
```bash
find . -printf '%p' -name '*.pdf' -exec ocrmypdf '{}' '{}' \;
```
to run this automatically a watcher exisist, but is not default.
## Dateihandling