mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Added Mistral OCR client (#326)
- Added Mistral OCR client - Template updates for pdf-ocr - Template updates for pdf-ocr-mistral
This commit is contained in:
parent
fe422b2b95
commit
482592b976
10 changed files with 299 additions and 0 deletions
6
trustgraph-flow/scripts/pdf-ocr-mistral
Executable file
6
trustgraph-flow/scripts/pdf-ocr-mistral
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.decoding.mistral_ocr import run
|
||||
|
||||
run()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue