Top "Pdfminer" questions

A python-based tool for extracting information from PDF documents.

Extracting text from a PDF file using PDFMiner in python?

I am looking for documentation or examples on how to extract text from a PDF file using PDFMiner with Python. …

python python-3.x python-2.7 text-extraction pdfminer
How do I use pdfminer as a library

I am trying to get text data from a pdf using pdfminer. I am able to extract this data to …

python pdf pdfminer
How to extract text and text coordinates from a PDF file?

I want to extract all the text boxes and text box coordinates from a PDF file with PDFMiner. Many other …

python pdf pdfminer
Pdfminer python 3.5

I have followed a few tutorials around but I am not able to get this code block to run, I …

python-3.x pdf text extract pdfminer
How to unlock a "secured" (read-protected) PDF in Python?

In Python I'm using pdfminer to read the text from a pdf with the code below this message. I now …

python pdf pdfminer pdf-scraping
pdfminer - ImportError: No module named pdfminer.pdfdocument

I am trying to install pdfMiner to work with CollectiveAccess. My host (pair.com) has given me the following information …

python pdfminer
How does one obtain the location of text in a PDF with PDFMiner?

PDFMiner's documentation says: PDFMiner allows one to obtain the exact location of text in a page However, I have not …

python pdf position pdfminer
How to use PDFminer.six with python 3?

I want to use pdfminer.six which is a tool, that can be used with Python3 for extracting information from …

python-3.x pypdf2 pdfminer
PDFminer: extract text with its font information

I find this question, but it uses command line, and I do not want to call a Python script in …

python text-extraction pdfminer
Python PDFMIner - PDF to CSV

I want to be able to convert PDFs to CSV files and have found several useful scripts but, being new …

python csv pdf pdfminer