From 530702c317633bbd71ed4a2d292b911d40503ffc Mon Sep 17 00:00:00 2001 From: Stijn Vermeeren Date: Thu, 7 Nov 2024 13:20:28 +0100 Subject: [PATCH] LGVISIUM-89: change extension in example filename param --- src/app/common/schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/common/schemas.py b/src/app/common/schemas.py index 19bed09..d6c5e83 100644 --- a/src/app/common/schemas.py +++ b/src/app/common/schemas.py @@ -232,7 +232,7 @@ class ExtractDataRequest(ABC, BaseModel): ..., description="""Path to the input PDF document file that contains the data to be extracted. This should be a valid file path, and the file should be accessible to the API.""", - example=Path("document.png"), + example=Path("document.pdf"), ) page_number: int = Field( ...,