Added Mistral OCR client

This commit is contained in:
Cyber MacGeddon 2025-03-21 21:35:49 +00:00
parent fe422b2b95
commit 182a161af5
5 changed files with 208 additions and 0 deletions

View file

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