Joaquim Campos
Joaquim Campos
I get the following warning from scipy/sparse/sputils.py: "sputils.py:115: UserWarning: object dtype is not supported by sparse matrices warnings.warn("object dtype is not supported by sparse matrices")" text. I am using python...
Prey does not detect my device location in Ubuntu 20.04. Here are some details: The following both return "Voila! All good.": `sudo /usr/lib/prey/current/bin/prey config account verify -c` `sudo /usr/lib/prey/current/bin/prey config...
**Bug report** When extracting selected pages with ``page_numbers`` in ``high_level.extract_pages``, the ``pageid`` does not correspond to the ``pageid`` in the whole file but in the list of extracted pages. I...
**Bug report** There are two issues when running pdfminer in the following pdf: [issue_100.pdf](https://github.com/pdfminer/pdfminer.six/files/9416724/issue_100.pdf). 1. Text extraction puts the first-page header at the end of the page. 2. No matter...
**Bug report** Text is being extracted from an image (i.e. layout analysis is being performed) without `--all-texts`. To reproduce: `pdf2txt.py [pdf_file]` using the following file: [pdfminer_bytes.pdf](https://github.com/pdfminer/pdfminer.six/files/9387033/pdfminer_bytes.pdf). ``` $ pdf2txt.py data/pdfminer_bytes.pdf...
**Bug report** This exception is thrown inside when saving an image in `_save_bytes(image)` when `mode='8'`. It can be triggered with `pdf2txt.py --output-dir [some_dir] [pdf_file]` using the following file: [pdfminer_bytes.pdf](https://github.com/pdfminer/pdfminer.six/files/9387033/pdfminer_bytes.pdf). The...