/pdf-structure

PDF.js with structure for research papers (academic, medical, etc.)

Primary LanguageTypeScript

How to use

npm install typescript
npm install tsd
tsd reinstall  # puts type definitions
tsc -w # watch compiler
python -m SimpleHTTPServer # launch http server
open 'http://localhost:8000/sample.html'