-
There was a discussion in #318 whether to merge in a change that might require adaptions by users of this library. PDFParser follows [Semantic Version](https://semver.org/), which has some implication…
k00ni updated
3 years ago
-
https://github.com/smalot/pdfparser/releases/edit/untagged-dbd4e89953512fa158ce (only collaborators)
Current release message:
```
## Bugfix and feature release
**Features:**
* Add support f…
k00ni updated
3 years ago
-
### What did you do?
I extracted a JPEG 2000 from a pdf as bytes. I then loaded the result into Pillow using
```python
im = Image.open(BytesIO(raw))
```
Next I attempted to convert to a nump…
-
**Describe the bug**
First, great project! Thanks so much for making it, and I hope you consider [allowing users to provide regular donations](https://github.com/jonaswinkler/paperless-ng/issues/16…
-
pip install thumbor
Collecting thumbor
Using cached thumbor-6.7.5-cp39-cp39-macosx_11_0_arm64.whl
Requirement already satisfied: six in /opt/homebrew/lib/python3.9/site-packages (from thumbor) (1…
-
```
import io
import sys
import importlib
importlib.reload(sys)
from pdfminer.pdfparser import PDFParser
from pdfminer.pdfdocument import PDFDocument
from pdfminer.pdfinterp import PDFResour…
mkw18 updated
3 years ago
-
```
Fatal error: Uncaught exception 'Exception' with message 'Object list not found. Possible secured file.' in ...\src\Smalot\PdfParser\Parser.php:118 Stack trace:
#0 ...\src\Smalot\PdfParser\Pars…
-
Pillow installation is not working on ubuntu
pip3 version 21.3
python version 3.6.9
The error
```
Building wheels for collected packages: pillow
Running setup.py bdist_wheel for pillow ... …
-
I am experiencing persistent fatal errors when parsing PDF files that contain Arabic or Urdu-language text. The error is almost always exactly the same:
Fatal error: Possible integer overflow in m…
-
how can i load in Codeigniter?