I built an online PDF management platform using open-source software
51–60 of 114 posts
Re: I built an online PDF management platform using open-source software
#52What I really want is a semantic interface to those PDF documents. Find me "all PDF files which mention ", or "show me any PDF with python example code", or "all PDF's before 2011 on the subject of coding standards for SIL-4".
I keep thinking this is out there somewhere, but whenever something new comes along I get bogged down in the details of setting it up. Surely someone has come up with an AI that you can just 'give the folder to' and it figures things out automagically?
Re: I built an online PDF management platform using open-source software
#53Unfortunately, most of the PDF work I do involves things I’m not uploading to a service - ever. I don’t care if they’re “deleted immediately after processing” - they left my control. This sort of software would be great if it were 100% offline. This isn’t just a niche issue either: this is a very real consideration for any corporate user. More companies are taking data loss and security issues seriously, which often…
Despite the proliferation of cloud services, most large enterprises DO NOT want their sensitive documents entering the cloud. And in some cases, e.g. patient medical records, there are strict regulations about how those documents can be stored, which means on-premise is a requirement.
Good news for us, as that's what we specialise in, but also perplexing how trends in the software industry can completely ignore what customers actually want.
Re: I built an online PDF management platform using open-source software
#54Earlier quoted context omitted.
And it stores it in local storage and uploads it using a service worker later when I'm online?
Use incognito mode then close that window before reconnecting online?
Re: I built an online PDF management platform using open-source software
#55Earlier quoted context omitted.
i used open source solutions to built it, like libreoffice, ghostscript, google's tesseract and a bunch of other tools, Google's Tesseract: https://github.com/tesseract-ocr/tesseract
I’m surprised everyone is using Tesseract. It was the only game in town 10 years ago, and it’s Ok on cleaned aligned data, but there are a few newer ones like EasyOCR [0] that can deal with much less organized text (albeit more slowly) [0] https://github.com/JaidedAI/EasyOCR
But perhaps I'm wrong...
Re: I built an online PDF management platform using open-source software
#56Earlier quoted context omitted.
Use incognito mode then close that window before reconnecting online?
I'd suggest install a separate browser (there exists a myriad by now), unplug internet, use the service, uninstall the separate browser, reboot pc.
Re: I built an online PDF management platform using open-source software
#57Re: I built an online PDF management platform using open-source software
#58Re: I built an online PDF management platform using open-source software
#59Earlier quoted context omitted.
Unplug your network cable when you use it.
And it stores it in local storage and uploads it using a service worker later when I'm online?
Should security concerns really warrant not trusting the (reputable) vendor that the files are not being uploaded, you would need to do some sort of audit and/or run in an isolated environment and wouldn't be the "random user" referred to in OP.