process_operation raises "TypeError: a bytes-like object is required, not 'dict'" #953
Labels
Has MCVE
A minimal, complete and verifiable example helps a lot to debug / understand feature requests
is-bug
From a users perspective, this is a bug - a violation of the expected behavior with a compliant PDF
workflow-text-extraction
From a users perspective, text extraction is the affected feature/workflow
When I try to extrac the text from the PDF below, I get:
Fixing this issue would likely also fix #523
Environment
Which environment were you using when you encountered the problem?
$ python -m platform Linux-5.4.0-113-generic-x86_64-with-debian-bullseye-sid $ python -c "import PyPDF2;print(PyPDF2.__version__)" 2.0.0 (current main - 2.1.0)
Code
PDF: https://github.com/mstamy2/PyPDF2/files/3796761/17343_2008_Order_09-Jan-2019.pdf
The text was updated successfully, but these errors were encountered: