BentoBrowser / SiphonTools

A library version of the Siphon annotations tools (aka Chrome extension agnostic). Just include it like any other NPM package :)
Apache License 2.0
3 stars 0 forks source link

Looks great, I'm working toward something super similar but for pdfs #1

Open matt-erhart opened 5 years ago

matt-erhart commented 5 years ago

pdfjs + react: https://github.com/matt-erhart/lab Wrote most of the react code yesterday. The super messy non-react code can extract text from a rectangle on the pdfs (e.g. by drawing a rect on the pdf) , and image capture should be pretty easy. You probably want that bit in this lib eventually. Happy to answer any questions about all this stuff.

nhahn commented 5 years ago

Nice -- in the chrome extension version of this library, I managed to successfully clone the PDF.js chrome extension's renderer into it, but haven't yet gotten around to extending any part of that. We can chat more about that if that would be of use.