docs/versioned_docs/version-2.17.0/marketplace/plugins/textract.md
ToolJet can connect to Amazon Textract to extract text and data from scanned documents, forms, and tables. Textract can process documents of various formats, including PDF, JPEG/JPG, and PNG.
<div style={{textAlign: 'center'}}> </div>:::note Before following this guide, it is recommended to check the following doc: Using Marketplace plugins. :::
For connecting to Amazon Textract, following credentials are required:
:::caution
:::info The data returned by the queries is in JSON format and may include additional information such as confidence scores and the location of the extracted content within the original document. :::
This operation let's you to analyze the document by providing the document data in base64 format.
{{components.filepicker1.file[0].base64Data}}This operation let's you to analyze the document stored in your AWS S3 buckets by providing the bucket and object name.