# Products Scraper This folder contains a python script that scrapes a LEGO instructions, including images, from a PDF file and saves it as a JSON file, in the format that the app uses. ## Usage Create a virtual environment and install the dependencies: ```bash $ python -m venv pyenv $ source pyenv/bin/activate # Need to be done every time you open a new terminal $ pip install -r requirements.txt ``` # Run the script: ```bash $ python main.py ```