Let’s extract data from PDF’s using Python

Manpreet Singh
3 min readMay 27, 2021

Welcome back! Let’s go ahead and do some data extraction with Python, specifically extracting data from PDF files! Typically, we extract data from excel files and websites, let’s go ahead and extract data from PDF files! In this specific tutorial i’ll be using a Google CoLab project, but you can build this project in any IDE that you want to, let’s get started!

Building The Project!

--

--