Pinned Repositories
Deploying-a-Flask-or-Dash-application-using-AWS-Elastic-Beanstalk
Steps to deploy a flask application on AWS
Performing-OCR-on-scanned-pdf-documents-using-Adobe-Document-Cloud-SDK
This repository provides ways to use Adobe's Document Cloud SDK for performing OCR on scanned pdf documents using Python
Python-docx-Reading-paragraphs-tables-and-images-in-document-order-
The Python docx package cannot read paragraphs, tables and images in document order. It can only render all the paragraphs at once or all tables at once or all images at once. Here, I provide a way in which paragraphs, tables and images present in a docx file can be read in document order into a dataframe in python.
kmrambo's Repositories
kmrambo/Python-docx-Reading-paragraphs-tables-and-images-in-document-order-
The Python docx package cannot read paragraphs, tables and images in document order. It can only render all the paragraphs at once or all tables at once or all images at once. Here, I provide a way in which paragraphs, tables and images present in a docx file can be read in document order into a dataframe in python.
kmrambo/Performing-OCR-on-scanned-pdf-documents-using-Adobe-Document-Cloud-SDK
This repository provides ways to use Adobe's Document Cloud SDK for performing OCR on scanned pdf documents using Python
kmrambo/Deploying-a-Flask-or-Dash-application-using-AWS-Elastic-Beanstalk
Steps to deploy a flask application on AWS