Skip to content

Instantly share code, notes, and snippets.

View jaouahbi's full-sized avatar
🎯
Enjoying

Jorge Ouahbi jaouahbi

🎯
Enjoying
  • Madrid (Spain)
View GitHub Profile
@jaouahbi
jaouahbi / PdfAdapter.py
Created December 26, 2023 07:35 — forked from vinovator/PdfAdapter.py
Reusable library to extract text from pdf file
# 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
"""