mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-23 16:23:54 +01:00
.. | ||
public | ||
src | ||
types | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
snowpack.config.js | ||
svelte.config.js | ||
tailwind.config.js | ||
tsconfig.json | ||
web-test-runner.config.js |
PDF-To-Markdown Converter Core
Javascript UI to parse PDF files and convert them into Markdown format. Online at http://pdf2md.morethan.io!
Contribute
Use the issue tracker and/or open pull requests!
Build
npm install
Download all necessary npm packagesnpm start
Run local development build
Release
//TBD