Added module which does OCR for PDF, pdf-ocr in a separate package

(has a lot of dependencies).  Uses Tesseract.
This commit is contained in:
Cyber MacGeddon 2025-03-20 09:27:43 +00:00
parent cbfe37fec7
commit 1b19094a45
9 changed files with 208 additions and 0 deletions

6
trustgraph-ocr/scripts/pdf-ocr Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.decoding.ocr import run
run()