Docs: Textract Integration Page - Fixing a typo (#31475)

Fixing a little typo in AWS textract integration page
This commit is contained in:
Ahmad Elmalah 2025-06-03 17:10:40 +03:00 committed by GitHub
parent 9649222322
commit e70ec3b9fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@
"source": [ "source": [
"## Sample 1\n", "## Sample 1\n",
"\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", "\n",
"Local files or URL endpoints like HTTP:// are limited to one page documents for Textract.\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." "Multi-page documents have to reside on S3. This sample file is a jpeg."