mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-24 08:43:31 +01:00
17 lines
445 B
Markdown
17 lines
445 B
Markdown
# 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](https://github.com/jzillmann/pdf-to-markdown/issues) and/or open [pull requests](https://github.com/jzillmann/pdf-to-markdown/pulls)!
|
|
|
|
## Build
|
|
|
|
- `npm install` Download all necessary npm packages
|
|
- `npm start` Run local development build
|
|
|
|
## Release
|
|
|
|
//TBD
|