trustgraph/trustgraph-flow/trustgraph/decoding/mistral_ocr/__main__.py
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

7 lines
91 B
Python
Executable file

#!/usr/bin/env python3
from . processor import run
if __name__ == '__main__':
run()