deos extract_words()
have the argument use_text_flow?
#558
-
I am getting this error when the below code runs page.extract_words(
use_text_flow=True,
y_tolerance=0.5,
keep_blank_chars=True) error
version
Does extract_words() have the argument use_text_flow (it's in the docs)? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @faris404 Appreciate your interest in the library. The param was added in pdfplumber v0.5.24 and should be available on all the versions released after it including 0.5.24. Could you please confirm what version of the library are you using? If it is an older version, request you to upgrade to the supported ones. If not, please share a fully reproducible example along with the PDF for us to investigate further. |
Beta Was this translation helpful? Give feedback.
Hi @faris404 Appreciate your interest in the library. The param was added in pdfplumber v0.5.24 and should be available on all the versions released after it including 0.5.24. Could you please confirm what version of the library are you using? If it is an older version, request you to upgrade to the supported ones. If not, please share a fully reproducible example along with the PDF for us to investigate further.