gedankensplitter/edms.md

20 lines
458 B
Markdown
Raw Normal View History

2022-02-26 16:32:15 +00:00
# EDMS
2022-03-14 16:39:06 +00:00
https://github.com/awesome-selfhosted/awesome-selfhosted#document-management
2022-02-26 16:32:15 +00:00
mayan
paperless-ng
ocrmypdf
2022-03-14 16:39:06 +00:00
paperwork
2022-02-26 16:32:15 +00:00
Hardware-OCR
## OCR
2022-03-27 18:17:44 +00:00
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.
2022-02-26 16:32:15 +00:00
## Dateihandling