mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-23 00:03:39 +01:00
.. | ||
patches | ||
src | ||
test | ||
.gitignore | ||
.prettierrc | ||
jest.config.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json |
PDF-To-Markdown Converter Core
Javascript library to parse PDF files and convert them into Markdown format. Ui version online version at http://pdf2md.morethan.io!
Use
//TBD
Contribute
Use the issue tracker and/or open pull requests!
Build
npm install
Download all necessary npm packagesnpm test
Run the testsnpm run test-write
Run the tests and persist possibly new changes on the example file resultsnpm run lint
Lint the javascript filesnpm run format
Run the prettier formatternpm run build
Compile the typescript files to thelib
folder
Test Release locally and use in other projects
npm link
in the core projectnpm link pdf-to-markdown-core
in the target project
Release
//TBD
Credits
pdf.js - Mozilla's PDF parsing & rendering platform which is used as a raw parser