Web-based tool to parse PDF files and convert them into Markdown. Not hosted yet.
npm installDownload all necessary npm packagesnpm run lintLint the javascript filesnpm run testRun testsnpm run checkLint & Testnpm run buildBuild the dev versionnpm run startRun the app on an server (useful for loading of worker.js and cmaps)npm run watchContinuously build the projectopen build/index.htmlOpen the build project in your default browsernpm run releaseBuild production versionnpm run deployBuild production version & move it to the github pages foldlernpm run prepareBabelify necessary files and package into thedist/directory
pdf-to-markdown - original project by Johannes Zillmann
pdf.js - Mozilla's PDF parsing & rendering platform which is used as a raw parser