Skip to content

Commit f97e182

Browse files
authored
Docs: Amazon Textract Page - removing a redundancy and fixing a title (#31488)
- The second 'the' is redundant - Fixing the title grammatically
1 parent 81db124 commit f97e182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/integrations/document_loaders/amazon_textract.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"source": [
219219
"## Sample 4\n",
220220
"\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."
222222
]
223223
},
224224
{
@@ -247,7 +247,7 @@
247247
"id": "b3e41b4d-b159-4274-89be-80d8159134ef",
248248
"metadata": {},
249249
"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",
251251
"\n",
252252
"The AmazonTextractPDFLoader can be used in a chain the same way the other loaders are used.\n",
253253
"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

Comments
 (0)