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:
cybermaggedon 2025-03-22 00:27:20 +00:00 committed by GitHub
parent fe422b2b95
commit 482592b976
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 299 additions and 0 deletions

View file

@ -59,6 +59,7 @@ setuptools.setup(
"pulsar-client",
"pymilvus",
"pypdf",
"mistralai",
"pyyaml",
"qdrant-client",
"rdflib",
@ -98,6 +99,7 @@ setuptools.setup(
"scripts/object-extract-row",
"scripts/oe-write-milvus",
"scripts/pdf-decoder",
"scripts/pdf-ocr-mistral",
"scripts/prompt-generic",
"scripts/prompt-template",
"scripts/rows-write-cassandra",