You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alexreg
changed the title
Passing something other than list to extract_text results in error
Passing something other than list to extract_objects results in error
Mar 19, 2021
alexreg
changed the title
Passing something other than list to extract_objects results in error
Passing something other than list to cluster_objects results in error
Mar 19, 2021
alexreg
changed the title
Passing something other than list to cluster_objects results in error
Passing something other than list to extract_text results in error
Mar 19, 2021
Describe the bug
This exception is raised when calling
pdfplumber.utils.extract_text
and passing achars
object that is an iterator (with no__len__
attribute).Code to reproduce the problem
Expected behavior
No error;
chars_iterator_obj
should get converted to list.Actual behavior
Error is raised.
Environment
The text was updated successfully, but these errors were encountered: