GetAwsTextractJobStatus 2.0.0

Bundle
org.apache.nifi | nifi-aws-nar
Description
Retrieves the current status of an AWS Textract job.
Tags
AWS, Amazon, ML, Machine Learning, Textract
Input Requirement
Supports Sensitive Dynamic Properties
false
  • Additional Details for GetAwsTextractJobStatus 2.0.0

    Amazon Textract

    GetAwsTextractJobStatus

    Amazon Textract is a machine learning (ML) service that automatically extracts text, handwriting, and data from scanned documents. It goes beyond simple optical character recognition (OCR) to identify, understand, and extract data from forms and tables.

    Usage

    GetAwsTextractJobStatus Processor is designed to periodically check textract job status. This processor should be used in pair with StartAwsTextractJob Processor. FlowFile will contain the serialized Tetract response that contains the result and additional metadata as it is documented in AWS Textract Reference.

Properties
Relationships
Name Description
throttled Retrieving results failed for some reason, but the issue is likely to resolve on its own, such as Provisioned Throughput Exceeded or a Throttling failure. It is generally expected to retry this relationship.
success Job successfully finished. FlowFile will be routed to this relation.
failure The job failed, the original FlowFile will be routed to this relationship.
original Upon successful completion, the original FlowFile will be routed to this relationship.
running The job is currently still being processed
See Also