Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mgm__
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mgm__
5y ago
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: https://martinmullins.github.io/mesa-sof
2.
▲
by
mgm__
6y ago
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 figure out how I cou
3.
▲
by
mgm__
6y ago
I used Mozilla's PDF.js https://mozilla.github.io/pdf.js/ It is what firefox uses on desktop to show PDFs!
4.
▲
by
mgm__
6y ago
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 it is reall
5.
▲
by
mgm__
6y ago
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) https://