unjs / unpdf

📄 Utilities to work with PDFs in Node.js, browser and workers
MIT License
438 stars 12 forks source link

Support `renderPageAsImage` in Cloudflare Workers #10

Open Oreoezi opened 5 months ago

Oreoezi commented 5 months ago

Describe the feature

Title says it all.

Additional information

Soviut commented 4 months ago

This would be really handy for situations where there are embedded images or complex layouts that don't extract to text. Then the image could be used to run through TesseractJS to do OCR.

samal-rasmussen commented 1 month ago

I just want to create a thumbnail of a pdf by creating an image of the first page.