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
Copy file name to clipboardExpand all lines: docs/docs/integrations/document_loaders/amazon_textract.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@
218
218
"source": [
219
219
"## Sample 4\n",
220
220
"\n",
221
-
"You have the option to pass an additional parameter called `linearization_config` to the AmazonTextractPDFLoader which will determine how the the text output will be linearized by the parser after Textract runs."
221
+
"You have the option to pass an additional parameter called `linearization_config` to the AmazonTextractPDFLoader which will determine how the text output will be linearized by the parser after Textract runs."
222
222
]
223
223
},
224
224
{
@@ -247,7 +247,7 @@
247
247
"id": "b3e41b4d-b159-4274-89be-80d8159134ef",
248
248
"metadata": {},
249
249
"source": [
250
-
"## Using the AmazonTextractPDFLoader in an LangChain chain (e.g. OpenAI)\n",
250
+
"## Using the AmazonTextractPDFLoader in a LangChain chain (e.g. OpenAI)\n",
251
251
"\n",
252
252
"The AmazonTextractPDFLoader can be used in a chain the same way the other loaders are used.\n",
253
253
"Textract itself does have a [Query feature](https://docs.aws.amazon.com/textract/latest/dg/API_Query.html), which offers similar functionality to the QA chain in this sample, which is worth checking out as well."
0 commit comments