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 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...