pdf-to-markdown/core
2021-04-11 18:28:53 +02:00
..
patches Fix compilation caused by jest-file-snapshot problem 2021-03-20 19:01:30 +01:00
src Move width & height after x & y 2021-04-11 18:28:53 +02:00
test Fix not used locals 2021-04-10 09:18:46 +02:00
.gitignore Core project setup 2020-12-19 14:06:40 +01:00
.prettierrc Core project setup 2020-12-19 14:06:40 +01:00
jest.config.js Improve line compaction 2021-02-26 18:04:50 +01:00
package-lock.json Add forgotton line 2021-03-20 19:04:15 +01:00
package.json Fix compilation caused by jest-file-snapshot problem 2021-03-20 19:01:30 +01:00
README.md Publish utilities 2021-01-03 14:10:02 +01:00
tsconfig.json Disable no used locals (for now) 2021-04-10 09:18:46 +02:00
tslint.json Initial pdfJs integration 2020-12-20 19:18:38 +01:00

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 packages
  • npm test Run the tests
  • npm run lint Lint the javascript files
  • npm run format Run the prettier formatter
  • npm run build Compile the typescript files to the lib folder

Test Release locally and use in other projects

  • npm link in the core project
  • npm 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