Aws_Textract
Extracts text and data from AWS Textract analysis results, providing structured information from documents.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add aws_textract npx -- -y @trustedskills/aws_textract
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aws_textract": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aws_textract"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill leverages AWS Textract to extract text and data from images and documents. It can identify key-value pairs, tables, and forms within these files. The extracted information is then returned in a structured format, enabling automated processing and analysis of document content.
When to use it
- Automating invoice processing: Extract vendor names, dates, amounts, and line items from scanned invoices.
- Analyzing survey responses: Identify and categorize answers from handwritten or printed forms.
- Extracting data from identity documents: Retrieve information like name, address, and ID numbers from driver's licenses or passports.
- Populating databases with document content: Automatically transfer information from physical records into digital systems.
Key capabilities
- Text extraction
- Key-value pair identification
- Table detection & extraction
- Form field extraction
Example prompts
- "Extract the text and table data from this image." (followed by an image upload)
- "Can you find all key-value pairs in this document?" (followed by a PDF upload)
- "What is the date and total amount on this invoice?" (followed by an image of an invoice)
Tips & gotchas
The skill requires appropriate AWS credentials to function. Ensure these are configured correctly for access to Textract resources.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.