community[patch]: update API ref for AmazonTextractPDFParser (#30468)

This commit is contained in:
ccurme 2025-03-24 19:02:52 -04:00 committed by GitHub
parent 3ba0d28d8e
commit b60e6f6efa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1508,6 +1508,11 @@ class AmazonTextractPDFParser(BaseBlobParser):
This helps most LLMs to achieve better accuracy when This helps most LLMs to achieve better accuracy when
processing these texts. processing these texts.
``Document`` objects are returned with metadata that includes the ``source`` and
a 1-based index of the page number in ``page``. Note that ``page`` represents
the index of the result returned from Textract, not necessarily the as-written
page number in the document.
""" """
def __init__( def __init__(