Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 658 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 658 Bytes

Amazon Textract Input Module

Extractor module for OCR'ing image files.

Credentials

To use the Amazon Textract input module, you need a valid set of access keys from AWS with "AmazonTextractFullAccess" You can generate one for free following this guide.

Once you have the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY, make sure to set those in the "credentials" key in the config file.

"extractor": {
  "pdf": "...",
  "ocr": "amazon-textract",
  "credentials": {
    "AWS_ACCESS_KEY_ID": "...",
    "AWS_SECRET_ACCESS_KEY": "..."
  }
},