trustgraph/trustgraph-ocr/scripts/pdf-ocr
cybermaggedon c759d55734
Added module which does OCR for PDF, pdf-ocr in a separate package (#324)
(has a lot of dependencies).  Uses Tesseract.
2025-03-20 09:29:40 +00:00

6 lines
72 B
Python
Executable file

#!/usr/bin/env python3
from trustgraph.decoding.ocr import run
run()