Skip to content

Commit

Permalink
LGVISIUM-89: change extension in example filename param
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvermeeren-swisstopo committed Nov 7, 2024
1 parent 19efe59 commit 530702c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/common/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
...,
Expand Down

0 comments on commit 530702c

Please sign in to comment.