Extracting text/info from a PDF file

This code reads a PDF file (see an example pdf input file below and the instruction) and parse texts to produce a list of monitor locations in a csv file.
eanet_site_info_pdf_reader.py (3.5 KB)
Note that pdfminder.six should be installed:

EXAMPLE INPUT FILE
NOTE: You will have to change the file extension from “csv” to “pdf” before running the code!!!
all.csv (2.6 MB)

EXAMPLE OUTPUT FILE
eanet_mon_list.csv (2.0 KB)

1 Like