AWS S3 stencil

The AWS S3 export stencil will send routed documents to a specific folder within an Amazon S3 bucket.

Available connections

There are two outgoing connections from an AWS S3 stencil: green if the export to AWS S3 was successful and red if the export to AWS S3 failed.

Configuration

  1. To access stencil properties, double-click an AWS S3 stencil. Or, right-click an AWS S3 stencil and select Properties.
  2. Configure the stencil, then click Save.

    Access Key: Your AWS access key.

    Secret: Your AWS secret access key.

    Bucket Name: The name of the AWS bucket you want to export documents to. This field supports data field substitution.

    Folder: The name of the folder within the specified AWS bucket you want to export documents to. This field supports data field substitution.

    Region: Your AWS region.

    Document Name: The document name after export. If left blank, the original document name will be used. This field supports data field substitution.

    Delivery Format: The format the document will be converted to during export. The following options are available:

    • DOC (OCR Text): The OCR engine extracts the text from the document and puts it in Microsoft Word .doc file format.
    • DOCX (OCR Text): The OCR engine extracts the text from the document and puts it in Microsoft Word .docx file format.
    • JPG (Image, Single Page): An image in JPG file format. A multi-page source will be broken into individual single page JPGs.
    • PDF: A PDF document that is not text-searchable.
    • PDF (Image+OCR Text): A PDF document that is text-searchable. The original look of the document will stay the same. The first layer of the PDF is an image maintaining the fidelity of the document, and the text is applied as a second layer.
    • PDF (Text Only): A PDF document with no image layer. The OCR engine extracts the text from the document and puts it as the first layer of the PDF document. OCR imperfections can be seen when converting to this format type.
    • PDF/A: A PDF/A document that is not text-searchable.
    • PDF/A (Image+OCR Text): A PDF/A document that is text-searchable. The original look of the document will stay the same. The first layer of the PDF/A is an image maintaining the fidelity of the document, and the text is applied as a second layer.
    • PDF/A (OCR Text): A PDF/A document with no image layer. The OCR engine extracts the text from the document and puts it as the first layer of the PDF/A document. OCR imperfections can be seen when converting to this format type.
    • RTF (OCR Text): The OCR engine extracts the text from the document and puts it in RTF file format.
    • TIFF: An image in TIFF file format.
    • TIFF (Image, Single Page): An image in TIFF file format. A multi-page source will be broken into individual single page TIFFs.
    • TXT (OCR Text): The OCR engine extracts the text from the document and puts it in TXT file format.
    • XLS (OCR Text): The OCR engine extracts the text from the document and puts it in Microsoft Excel .xls file format.
    • XLSX (OCR Text): The OCR engine extracts the text from the document and puts it in Microsoft Excel .xlsx file format.