We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ff791 commit ec01735Copy full SHA for ec01735
image_processing/src/image_processing/layout_holders.py
@@ -15,7 +15,7 @@ class FigureHolder(BaseModel):
15
offset: int
16
length: int
17
page_number: Optional[int] = Field(default=None, alias="PageNumber")
18
- uri: str = Field(..., alias="Url")
+ uri: str = Field(..., alias="Uri")
19
description: Optional[str] = Field(default="", alias="Description")
20
data: Optional[str] = Field(default=None, alias="Data")
21
0 commit comments