No description
Find a file
cruor 479f0d760a feat: add europathek-dumper CLI tool for downloading book images
Introduce a new CLI tool that authenticates to Europathek, extracts page counts, and downloads all page images. Includes support for generating OCR-scanned PDFs from downloaded images. The tool uses Playwright for browser automation and provides robust error handling and user interaction.

Key features:
- Authentication with email/password
- Book URL/ID input options
- Concurrent image downloads
- OCR PDF generation with Tesseract.js
- Progress reporting during operations
2025-08-18 16:53:04 +02:00
src feat: add europathek-dumper CLI tool for downloading book images 2025-08-18 16:53:04 +02:00
.gitignore build: add .gitignore file for common exclusions 2025-08-18 16:52:27 +02:00
package-lock.json feat: add europathek-dumper CLI tool for downloading book images 2025-08-18 16:53:04 +02:00
package.json feat: add europathek-dumper CLI tool for downloading book images 2025-08-18 16:53:04 +02:00