How to Scrape a PDF Menu in Python

Опубликовано: 21 Май 2026
на канале: Coding with Matteo
100
3

Github: https://github.com/rogerfitz/tutorial...

In this video I go over how to scrape a PDF menu in Python. We'll use Poppler and Shapely to create our own layout parsing algorithm. This is all part of a grander project to scrape menus across the internet for understanding local trends in prices, ingredients, and items.

0:00 Intro and obligatory Like & Subscribe
1:16 PDF Library Basics
9:23 Actual Parse of Text
28:42 Recommendations for Your Projects