How to show a pdfplumber.display.PageImage? #715
Answered
by
jsvine
josephernest
asked this question in
Q&A
-
When called from a script (and not Jupyter):
how to show on screen a This doesn't work:
|
Beta Was this translation helpful? Give feedback.
Answered by
jsvine
Aug 22, 2022
Replies: 1 comment 2 replies
-
Hi @josephernest, and great question. I've just now added that functionality, so that you can call That's now on the Does that work for you? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
josephernest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @josephernest, and great question. I've just now added that functionality, so that you can call
im.show()
: 5c7787bThat's now on the
develop
branch, and will eventually be incorporated into the next release. Until then (and also afterward), you can achieve the same result withim.annotated.show()
(of which the new method is just an alias).Does that work for you?