This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Python 2.7.6 | |
# PdfAdapter.py | |
""" Reusable library to extract text from pdf file | |
Uses pdfminer library; For Python 3.x use pdfminer3k module | |
Below links have useful information on components of the program | |
https://euske.github.io/pdfminer/programming.html | |
http://denis.papathanasiou.org/posts/2010.08.04.post.html | |
""" |