Weavz
AWS Textract

AWS Textract

Amazon Textract OCR and document analysis for text, forms, tables, layout, signatures, and query answers.

6 tools

Tools

Name
detect_document_text

Synchronously detect printed and handwritten text in a document.

analyze_document

Synchronously extract forms, tables, layout, signatures, or query answers from a document.

start_document_text_detection

Start an asynchronous text detection job for a document stored in S3.

get_document_text_detection

Get paginated results for an asynchronous text detection job.

start_document_analysis

Start an asynchronous forms, tables, layout, signatures, or query analysis job for a document stored in S3.

get_document_analysis

Get paginated results for an asynchronous document analysis job.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('aws-textract', 'detect_document_text', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'aws-textract',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect AWS Textract to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does AWS Textract support?

AWS Textract supports 6 tools including Detect Document Text, Analyze Document, Start Text Detection Job, Get Text Detection Job, Start Document Analysis Job, and more.

Can I use AWS Textract with AI agents?

Yes. Add AWS Textract to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can AWS Textract be used in stateful agent workflows?

Yes. Agents can combine AWS Textract tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does AWS Textract use?

AWS Textract uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the AWS Textract integration cost?

The AWS Textract integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect AWS Textract in minutes

Get 20,000 free action executions every month. No credit card required.