Jeremy Singer-Vine
Jeremy Singer-Vine
Hello, early adopters! How's `envplus` working for you? Any major (or minor) grievances? Any happy testimonials?
Flagged by @reagle in https://github.com/saulpw/visidata/issues/1418, picking it up here. > Figures in the documentation don't look correct in google-chrome/103.0.5060.53 on macOS 12.4 21F79 arm64. 
This bug report concerns the following portion of Section 4.5 of the [PDF reference](https://ghostscript.com/~robin/pdf_reference17.pdf): "Color values are interpreted according to the current color space, another parameter of the graphics state....
Memory leak?
**Bug report** ## A description of the bug Somewhere in `pdfminer.six` there appears to be a memory leak; even after a Python process is done handling a PDF, the memory...
These modifications allow users to pass multiple (comma-separated) columns as the `--key`, for scenarios in which rows are uniquely identified by a combination of columns — for instance, the county...
Perhaps a new section in the README.md file, at least for now, identifying common issues that people run into, especially with table extraction. For example: - Invisible lines causing problems...
See here: - https://github.com/jsvine/pdfplumber/issues/198 - https://github.com/jsvine/pdfplumber/discussions/384
See https://github.com/jsvine/pdfplumber/issues/233
## Describe the bug Via https://github.com/jsvine/pdfplumber/discussions/1087#discussioncomment-8564694, it seems that there's a bug in how `pdfplumber` joins lines. ## Have you tried [repairing](https://github.com/jsvine/pdfplumber/blob/stable/docs/repairing.md) the PDF? Yes. ## Code to reproduce the...
Inspired by https://github.com/jsvine/pdfplumber/issues/1102#issuecomment-1983611599 Particularly with rotated (non-horizontal) text, it may be difficult for a user to predict whether the text will go top-to-bottom or bottom-to-top. I could envision an opt-in,...