From e70ec3b9fa6e03d001fb8109429b0df4b6e1bf31 Mon Sep 17 00:00:00 2001 From: Ahmad Elmalah Date: Tue, 3 Jun 2025 17:10:40 +0300 Subject: [PATCH] Docs: Textract Integration Page - Fixing a typo (#31475) Fixing a little typo in AWS textract integration page --- docs/docs/integrations/document_loaders/amazon_textract.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/document_loaders/amazon_textract.ipynb b/docs/docs/integrations/document_loaders/amazon_textract.ipynb index e935dd57f0b..4670b3e2b62 100644 --- a/docs/docs/integrations/document_loaders/amazon_textract.ipynb +++ b/docs/docs/integrations/document_loaders/amazon_textract.ipynb @@ -45,7 +45,7 @@ "source": [ "## Sample 1\n", "\n", - "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", + "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", "\n", "Local files or URL endpoints like HTTP:// are limited to one page documents for Textract.\n", "Multi-page documents have to reside on S3. This sample file is a jpeg."