Skip to content

Commit

Permalink
Add option to render PDF to images (#870)
Browse files Browse the repository at this point in the history
* 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
pelikhan authored Nov 18, 2024
1 parent 6eb9b5e commit f55ffd6
Show file tree
Hide file tree
Showing 17 changed files with 1,631 additions and 494 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ azure-sdk-for-js/
trapi.md
.env.local
genaiscript.config.yaml
packages/core/*.temp.*
Loading

0 comments on commit f55ffd6

Please sign in to comment.