Software Alternatives & Reviews

Scalable Processing of Swiss PDF Documents using 2D Barcodes on AWS

ZXing Amazon Textract Amazon S3 AWS Lambda DynamoDB Amazon Comprehend
  1. 1
    Barcode Scanner for Android
    Pricing:
    • Open Source
    Extract the raw barcode from candidate regions: The extraction of barcodes from the candidate regions is being performed with zxing, an open source library which supports many variations of 1D and 2D barcodes.

    #Barcode And QR Code #Barcode Scanner #Barcode Tracking 16 social mentions

  2. Easily extract text and data from virtually any document using Amazon Textract. Textract goes beyond simple optical character recognition (OCR) to also identify the contents of fields in forms and information stored in tables.
    DUS - Document understanding solution is an example application from AWS Labs which illustrates how to utilize multiple AI/Machine Learning capabilities to solve various document processing and understanding cases. It shows how to combine and leverage the power of various AWS technologies like Amazon Textract and Amazon Comprehend to extract information from structured and unstructured scanned pdf documents or images.

    #OCR #Image Recognition #OCR API 34 social mentions

  3. Amazon S3 is an object storage where users can store data from their business on a safe, cloud-based platform. Amazon S3 operates in 54 availability zones within 18 graphic regions and 1 local region.
    A document (pdf or image) gets upload to Amazon S3, which triggers an event and the file gets added to a DynamoDB table for state management.

    #Cloud Hosting #Object Storage #Cloud Storage 170 social mentions

  4. Automatic, event-driven compute service
    Pricing:
    • Open Source
    A change to DynamoDB table triggers an event, which gets processed by an AWS Lambda function and adds the file to the appropriate sync queue (image) and async queue (pdf).

    #Cloud Computing #Cloud Hosting #Backend As A Service 244 social mentions

  5. Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale. It is a fully managed cloud database and supports both document and key-value store models.
    A document (pdf or image) gets upload to Amazon S3, which triggers an event and the file gets added to a DynamoDB table for state management.

    #Databases #NoSQL Databases #Relational Databases 101 social mentions

  6. Discover insights and relationships in text
    DUS - Document understanding solution is an example application from AWS Labs which illustrates how to utilize multiple AI/Machine Learning capabilities to solve various document processing and understanding cases. It shows how to combine and leverage the power of various AWS technologies like Amazon Textract and Amazon Comprehend to extract information from structured and unstructured scanned pdf documents or images.

    #Spreadsheets #NLP And Text Analytics #Natural Language Processing 19 social mentions

Discuss: Scalable Processing of Swiss PDF Documents using 2D Barcodes on AWS

Log in or Post with