diff --git a/trustgraph-flow/trustgraph/decoding/mistral_ocr/processor.py b/trustgraph-flow/trustgraph/decoding/mistral_ocr/processor.py index 9532fa0f..3cacb16c 100755 --- a/trustgraph-flow/trustgraph/decoding/mistral_ocr/processor.py +++ b/trustgraph-flow/trustgraph/decoding/mistral_ocr/processor.py @@ -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