huggingface / chat-macOS

Making the community's best AI chat models available to everyone.
Apache License 2.0
1.6k stars 59 forks source link

[Feature Request] PDF parsing (documentation) #24

Open afonsoguerra opened 1 month ago

afonsoguerra commented 1 month ago

When using online HuggingChat it is pretty trivial to parse a PDF. At the moment I haven't found a way to use the same technology with the Mac version in particular with local models, that would be very useful. Of course I can go around it by converting to markdown before going to huggingchat, but it would be great to do straight from the prompt.

Thanks for your work!

Stp155906 commented 2 weeks ago

Hi, I’d like to contribute to this feature request, I noticed the project is in Swift, and I believe PDFKit would be a suitable framework for implementing PDF parsing functionality on macOS. My plan is to use PDFKit to enable direct PDF parsing, making it more seamless to handle PDF inputs without converting to markdown. @afonsoguerra