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: apps/docs/content/docs/en/tools/textract.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ In Sim, the AWS Textract integration empowers your agents to intelligently proce
27
27
28
28
## Usage Instructions
29
29
30
-
Integrate AWS Textract into your workflow to extract text, tables, forms, and key-value pairs from documents. Sync mode supports JPEG, PNG, and single-page PDF. Async mode supports multi-page PDF and TIFF via S3.
30
+
Integrate AWS Textract into your workflow to extract text, tables, forms, and key-value pairs from documents. Single-page mode supports JPEG, PNG, and single-page PDF. Multi-page mode supports multi-page PDF and TIFF.
31
31
32
32
33
33
@@ -45,8 +45,8 @@ Parse documents using AWS Textract OCR and document analysis
|`region`| string | Yes | AWS region for Textract service \(e.g., us-east-1\)|
47
47
|`processingMode`| string | No | Document type: single-page or multi-page. Defaults to single-page. |
48
-
|`filePath`| string | No | URL to a document to be processed \(JPEG, PNG, PDF, or TIFF\). Required for sync mode. |
49
-
|`s3Uri`| string | No | S3 URI for async processing \(s3://bucket/key\). Required for async mode with S3 input. |
48
+
|`filePath`| string | No | URL to a document to be processed \(JPEG, PNG, or single-page PDF\). |
49
+
|`s3Uri`| string | No | S3 URI for multi-page processing \(s3://bucket/key\). |
50
50
|`fileUpload`| object | No | File upload data from file-upload component |
51
51
|`featureTypes`| array | No | Feature types to detect: TABLES, FORMS, QUERIES, SIGNATURES, LAYOUT. If not specified, only text detection is performed. |
description: 'Extract text, tables, and forms from documents',
9
9
authMode: AuthMode.ApiKey,
10
-
longDescription: `Integrate AWS Textract into your workflow to extract text, tables, forms, and key-value pairs from documents. Sync mode supports JPEG, PNG, and single-page PDF. Async mode supports multi-page PDF and TIFF via S3.`,
10
+
longDescription: `Integrate AWS Textract into your workflow to extract text, tables, forms, and key-value pairs from documents. Single-page mode supports JPEG, PNG, and single-page PDF. Multi-page mode supports multi-page PDF and TIFF.`,
0 commit comments