AWS (10)

ArdiH

AWS Textract PDF Table only using Python

Prologue Optical Character Recognition (OCR) is a widely used technology to extract text from documents, whether they are scanned images, PDFs, or pictures. AWS Textract, a fully managed machine learning service, makes it easier to extract text, forms, and tables from a variety of document…

Continue reading...
ArdiH

AWS Textract Simple OCR with NodeJS πŸš€πŸ”Ž

OCR Overview πŸ”Ž First, we need to know what OCR is, OCR is Optical character recognition or optical character reader (OCR) is the electronic or mechanical conversion of images of typed, handwritten or printed text into machine-encoded text, whether from a scanned document, a photo…

Continue reading...
ArdiH

AWS ECS - Understanding Public and Private services

So, from the documentation says: Amazon Elastic Container Service (Amazon ECS) is a fully managed container orchestration service. https://aws.amazon.com/ecs/ When look container platform orchestrator, then we relate with Kubernetes. But this is not. It's AWS native platform. So, it's running docker for the container, but…

Continue reading...