...

/

Project 3: PDF scraping in Python + REGEX

Project 3: PDF scraping in Python + REGEX

In this project we use regex to extract a list of items from a pdf file.

We'll cover the following...

PDF scraping example:

In this project we will use a pdf file (see the screenshot below) from the diabetes.org website. Our goal is to list all the equipment models developed by the manufacturers names containing the word tandem (case insensitive).

Find all the product models by the manufacturer called `Tandem`
Find all the product models by the manufacturer called `Tandem`
...