Skip to content

Commit e70ec3b

Browse files
authored
Docs: Textract Integration Page - Fixing a typo (#31475)
Fixing a little typo in AWS textract integration page
1 parent 9649222 commit e70ec3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/integrations/document_loaders/amazon_textract.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"source": [
4646
"## Sample 1\n",
4747
"\n",
48-
"The first example uses a local file, which internally will be send to Amazon Textract sync API [DetectDocumentText](https://docs.aws.amazon.com/textract/latest/dg/API_DetectDocumentText.html). \n",
48+
"The first example uses a local file, which internally will be sent to Amazon Textract sync API [DetectDocumentText](https://docs.aws.amazon.com/textract/latest/dg/API_DetectDocumentText.html). \n",
4949
"\n",
5050
"Local files or URL endpoints like HTTP:// are limited to one page documents for Textract.\n",
5151
"Multi-page documents have to reside on S3. This sample file is a jpeg."

0 commit comments

Comments
 (0)