trustgraph/trustgraph-ocr/scripts/pdf-ocr
Cyber MacGeddon 1b19094a45 Added module which does OCR for PDF, pdf-ocr in a separate package
(has a lot of dependencies).  Uses Tesseract.
2025-03-20 09:27:43 +00:00

6 lines
72 B
Python
Executable file

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