Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to render PDF to images (#870)
* added canvas * feat: 🎨 Add support for rendering PDFs as images * feat: 🧩 enhance PDF parser with image support * refactor: ♻️ update PDF parsing to use structured pages * refactor: ♻️ remove unused console log import * feat: ✨ add standard font support in PDF parsing * test: update PDF parser tests for better coverage 🧪 * feat: ✨ Add image rendering to PDF documentation * refactor: 🔧 update playwright to optionalDependencies * refresh lock files * ci: add essential build packages to workflow 🚀 * prep build machine for canvas * refactor: replace canvas with skia-canvas 🖼️
- Loading branch information