trustgraph/trustgraph-flow/scripts/pdf-ocr-mistral
cybermaggedon 482592b976
Added Mistral OCR client (#326)
- Added Mistral OCR client
- Template updates for pdf-ocr
- Template updates for pdf-ocr-mistral
2025-03-22 00:27:20 +00:00

6 lines
80 B
Python
Executable file

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