You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
page_range=Form(default=None, description="Page range to convert, specify comma separated page numbers or ranges. Example: '0,5-10,20'", example="0,5-10,20") # fmt: off
55
-
languages=Form(default=None, description="Comma separated list of languages to use for OCR. Must be either the names or codes from from https://github.com/VikParuchuri/surya/blob/master/surya/recognition/languages.py.", example=None) # fmt: off
56
55
force_ocr=Form(default=False, description="Force OCR on all pages of the PDF. Defaults to False. This can lead to worse results if you have good text in your PDFs (which is true in most cases).") # fmt: off
57
56
paginate_output=Form(default=False, description="Whether to paginate the output. Defaults to False. If set to True, each page of the output will be separated by a horizontal rule that contains the page number (2 newlines, {PAGE_NUMBER}, 48 - characters, 2 newlines).") # fmt: off
58
57
output_format=Form(default="markdown", description="The format to output the text in. Can be 'markdown', 'json', or 'html'. Defaults to 'markdown'.") # fmt: off
0 commit comments