hoarder-app / hoarder

A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
https://hoarder.app
GNU Affero General Public License v3.0
2.25k stars 74 forks source link

feature request: pdf support #28 #216

Closed kamtschatka closed 6 days ago

kamtschatka commented 2 weeks ago

Added a new sourceUrl column to the asset bookmarks Added transforming a link bookmark pointing at a pdf to an asset bookmark made sure the "View Original" link is also shown for asset bookmarks that have a sourceURL updated gitignore for IDEA

MohamedBassem commented 6 days ago

PDF parsing as of today, happens in the openAI worker. Not optimal (for a lot of reasons), but for consistency, I'll leave there. We can address that later.

MohamedBassem commented 6 days ago

This is pretty cool!