I’m looking for a self hosted solution to this problem:
I want to create a full text search index from a collection of PDF manuals (text, not images, I don’t care about OCR here). There is a UI to search for text matches in documents, and clicking a search hit opens the PDF scrolled to where the search hit is (bonus points if the search hit is hilighted)
Paperwork seems to fit most of the bill except for one thing: it won’t scroll to where the search hit is (but it will highlight the matching keywords).
Just beware Paperwork won’t just create an index. It’ll organize the PDF its own way in its own work directory.
(full disclosure: I’m its main dev)
How does Paperwork compare to Paperless?
Paperless is a web application. Paperwork is a desktop application.
This sounds like it could be a job for Calibre-web.
Not sure if paperless could fit your need https://github.com/paperless-ngx/paperless-ngx#features
Paperless is great. But it does not highlight the search text. The android app paperless mobile does. Another option could be zotero. It is meant for sientific papers but very powerful in handling large PDF collections. Hard to completly selfhost. But using WebDAV as storage is straightforward. Good look, let us know where you land.
I’m using it with ocr and it does highlight the search text and scrolls to it.
U r right, it does highlight in the pdf. It did not on mobile for me.