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

@ -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",