mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 13:23:35 +00:00
community[patch]: update API ref for AmazonTextractPDFParser (#30468)
This commit is contained in:
parent
3ba0d28d8e
commit
b60e6f6efa
@ -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__(
|
||||||
|
Loading…
Reference in New Issue
Block a user