mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-21 15:23:26 +01:00
A PDF to Markdown converter
46a965785a
* Move line-item transformations to own package * Have WordFormat names instead of whole enum in globals * Rename PdfUploadView to UploadView * Correct license |
||
---|---|---|
docs | ||
examples | ||
src | ||
test | ||
.babelrc | ||
.eslintrc | ||
.gitignore | ||
LICENSE | ||
package.json | ||
README.md | ||
webpack.config.js |
PDF-To-Markdown Converter
Javascript tool to parse PDF files and convert them into Markdwon format. Online version at http://pdf2md.morethan.io!
Major Changes
- Apr 2017 - 0.1: Initial Release
Contribute
Use the issue tracker and/or open pull requests!
Useful Build Commands
npm install
Download all necessary npm packagesnpm run lint
Lint the javascript filesnpm run test
Run testsnpm run check
Lint $ Testnpm run watch
Continuously build the projectopen build/index.html
Open the build project in your default browsernpm run release
Build production versionnpm run deploy
Build production version & move it to the github pages fodler
Release
- Increase version in package.json
npm run deploy
- commit & push
Credits
pdf.js - Mozilla's PDF parsing & rendering platform which is used as a raw parser