Fix Mistral OCR ident to be standard pdf-decoder (#450)

* Fix Mistral OCR ident to be standard pdf-decoder

* Correct test
This commit is contained in:
cybermaggedon 2025-08-04 14:01:36 +01:00 committed by GitHub
parent 7e0d831026
commit f4733021c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ import logging
logger = logging.getLogger(__name__)
default_ident = "mistral-ocr"
default_ident = "pdf-decoder"
default_api_key = os.getenv("MISTRAL_TOKEN")
pages_per_chunk = 5