Create pdf2md, which hooks the PDF parser and transformation logic
into a single convenience function and exports it
Create pdf2md-cli, which imports pdf2md and uses it to
parse a PDF whose path is supplied at the command line, outputting
either to stdout or a specified output file
[npm]
Bablify above modules along with React dependencies into dist/
in npm prepare
Make pdf2md the main entry point for this package, and include
a bin that invokes pdf2md-cli
[modules]
pdf2md
, which hooks the PDF parser and transformation logic into a single convenience function and exports itpdf2md-cli
, which imports pdf2md and uses it to parse a PDF whose path is supplied at the command line, outputting either to stdout or a specified output file[npm]
dist/
innpm prepare
pdf2md
the main entry point for this package, and include a bin that invokespdf2md-cli
[misc]
Fixes #3