https://github.com/haaroon/audi-manual-scraper
scrape manuals from the audi website into a pdf
https://github.com/haaroon/audi-manual-scraper
Last synced: 2 months ago
JSON representation
scrape manuals from the audi website into a pdf
- Host: GitHub
- URL: https://github.com/haaroon/audi-manual-scraper
- Owner: Haaroon
- Created: 2022-09-12T20:22:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T20:45:13.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T09:43:35.677Z (4 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# audi-manual-scraper
scrape manuals from the audi website into a pdf1. open manual on website in browser
2. get the cookies using web dev tool
3. fill in bits in scraper and run with python
4. run `convert *.jpg manual.pdf`
5. ocr `ocrmypdf in.pdf out.pdf`