pdf-to-markdown/ui/README.md
2021-01-03 14:18:22 +01:00

445 B

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 packages
  • npm start Run local development build

Release

//TBD