- Newest
- Most votes
- Most comments
Hello,
Thank you for your question. Currently, AWS does not offer a native service that directly supports the detection or decoding of 1D barcodes (such as UPC, EAN, or Code 128).
While Amazon Rekognition can identify QR codes through its DetectLabels API, it does not extend support to 1D barcode formats. Likewise, Amazon Textract is designed for extracting text, tables, and form data from documents, and does not include barcode processing capabilities.
I recommend you to implement some custom solution as per your use-case and If your use case requires 1D barcode detection, you may consider reaching out to AWS Support [1] with the details of your use case. We will be more than happy to assist you further.
—References—
[1] Creating support cases and case management: https://docs.aws.amazon.com/awssupport/latest/user/case-management.html#creating-a-support-case
Currently, AWS does not offer a dedicated 1D barcode detection feature in its native services. While Amazon Rekognition can detect QR codes through its DetectLabels API, it doesn't specifically support 1D barcode detection (like UPC, EAN, Code 128, etc.).
Amazon Textract is focused on extracting text, tables, and forms from documents rather than detecting or decoding barcodes. It's designed to recognize and extract textual content and document structure, not specialized encoded formats like barcodes.
For your 1D barcode detection needs, you would likely need to:
- Implement a custom solution using third-party libraries for barcode detection and deploy it on AWS infrastructure (like EC2, Lambda, or ECS)
- Train a custom model using Amazon SageMaker with a well-labeled dataset of 1D barcodes
- Consider using Amazon Rekognition Custom Labels to train a model specifically for detecting your barcode types, though this would identify the presence of barcodes rather than decode them
If you specifically need barcode detection and decoding capabilities within your AWS environment, these alternative approaches would be necessary as there isn't a built-in AWS service that directly provides 1D barcode detection functionality.
Sources
Can Rekognition detect ID document types like ID card, passport, etc, from any countries? | AWS re:Post
Enumerated list not recognised by textract | AWS re:Post
Relevant content
- asked 6 years ago
- asked 3 years ago
- asked 7 years ago
- asked 3 years ago
