Metadata-Version: 2.1
Name: pdf-to-markdown
Version: 0.1.0
Summary: Convert PDF files into markdown files
Home-page: https://github.com/johnlinp/pdf-to-markdown
Author: johnlinp
Author-email: johnlinp@gmail.com
License: New BSD License
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pdfminer.six

# PDF To Markdown

This is NOT a general-purpose converter.
Currently only for urban planning document in Taiwan.


## Demo

From [this PDF file](https://github.com/johnlinp/pdf-to-markdown/blob/master/examples/neihu.pdf?raw=true), we generate:

- [Gitbook version](http://johnlinp.gitbooks.io/neihu/content/)
- [Simple markdown](https://github.com/johnlinp/pdf-to-markdown/tree/master/examples/neihu.md)


# Install

Please type

    sudo pip install pdf-to-markdown


# Usage

Just type

    pdf2md <pdf>

For example, you can use our example PDF file:

	pdf2md pdf-to-markdown/examples/neihu.pdf


