Javascript tool to parse PDF files and convert them into Markdown format. Online version at http://pdf2md.morethan.io!
- 2020/2021 Currently separating the parsing logic from the frontent in order to make it separately available.
- Branch modularize
- Find the current version at https://jzillmann.github.io/pdf-to-markdown-staging/
- Help me
- Apr 2017 - 0.1: Initial Release
Use the issue tracker and/or open pull requests!
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 fodler
- Increase version in package.json
npm run deploy- commit & push
- tag with
- git tag -a $releaseVersion -m "$releaseVersion release"
- git push --tags
pdf.js - Mozilla's PDF parsing & rendering platform which is used as a raw parser