On an adjacent note, the work being done/posted by Collabora motivated me to try to get Mesa + Gallium soft pipe working with emscripten. Here is a demo of the classic glxgears:…
I had some success last year integrating tesseract OCR and OpenCV with Tabula (compiled to javascript). The purpose was to build a Google Docs pdf table import addon without requiring a backend. Happy to get in touch to…
I used Mozilla's PDF.js https://mozilla.github.io/pdf.js/ It is what firefox uses on desktop to show PDFs!
I haven't seen anything better. It started as a PoC and I decided not to include table detection on the page and require the user to draw box around the table. I use Tabula under the hood for the cell/row detection and…
I created a PDF table extractor tool last year with the same idea that it should be local only. Try it here: https://pdftableutil.possiblenull.com/app/ Also as a Google Docs addon (still local only)…
On an adjacent note, the work being done/posted by Collabora motivated me to try to get Mesa + Gallium soft pipe working with emscripten. Here is a demo of the classic glxgears:…
I had some success last year integrating tesseract OCR and OpenCV with Tabula (compiled to javascript). The purpose was to build a Google Docs pdf table import addon without requiring a backend. Happy to get in touch to…
I used Mozilla's PDF.js https://mozilla.github.io/pdf.js/ It is what firefox uses on desktop to show PDFs!
I haven't seen anything better. It started as a PoC and I decided not to include table detection on the page and require the user to draw box around the table. I use Tabula under the hood for the cell/row detection and…
I created a PDF table extractor tool last year with the same idea that it should be local only. Try it here: https://pdftableutil.possiblenull.com/app/ Also as a Google Docs addon (still local only)…