sfomuseum / swift-text-emboss-cli

Command line tool for extracting text from images using Apple's Vision framework.
17 stars 4 forks source link

Support multipage PDFs #1

Open samhenrigold opened 2 years ago

samhenrigold commented 2 years ago

Multipage PDF support would be a game changer for me. In a Node script I'm writing, I have to split PDFs into individual images and run the OCR utility over each page. This introduces a fair amount of hanging while my computer has to render each page in the background before passing it to text-cli.

thisisaaronland commented 2 years ago

That's an interesting idea. Adding links / notes-to-self in advance of figuring out how much work this would be: