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 242a36c commit 38e209cCopy full SHA for 38e209c
1 file changed
src/pdfrest/models/public.py
@@ -424,24 +424,6 @@ class ExtractTextResponse(BaseModel):
424
description="The id of the input file.",
425
),
426
]
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
439
- alias="outputId",
440
- validation_alias=AliasChoices("output_id", "outputId"),
441
- description="The id of the generated output when output_type is file.",
442
443
444
445
warning: Annotated[
446
str | None,
447
Field(description="A warning that was generated during text extraction."),
0 commit comments