Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 217 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 217 Bytes
  • requried packages

pycurl

BeautifulSoup

pdfminer

  • How-To:

after install pdfminer, use following command to convert pdf file to html file

$ {PDFMINER_DIR}/tools/pdf2txt.py -o test.html -c utf8 test.pdf