mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-28 01:46:22 +02:00
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:
parent
7e0d831026
commit
f4733021c5
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue