Skip to content

Commit 38e209c

Browse files
Extract Text response: Remove unused fields
Assisted-by: Codex
1 parent 242a36c commit 38e209c

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

src/pdfrest/models/public.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -424,24 +424,6 @@ class ExtractTextResponse(BaseModel):
424424
description="The id of the input file.",
425425
),
426426
]
427-
output_url: Annotated[
428-
HttpUrl | None,
429-
Field(
430-
alias="outputUrl",
431-
validation_alias=AliasChoices("output_url", "outputUrl"),
432-
description="Download URL for file output.",
433-
default=None,
434-
),
435-
] = None
436-
output_id: Annotated[
437-
PdfRestFileID | None,
438-
Field(
439-
alias="outputId",
440-
validation_alias=AliasChoices("output_id", "outputId"),
441-
description="The id of the generated output when output_type is file.",
442-
default=None,
443-
),
444-
] = None
445427
warning: Annotated[
446428
str | None,
447429
Field(description="A warning that was generated during text extraction."),

0 commit comments

Comments
 (0)