visualize_page method in demo/app.py file #1015
Unanswered
khawar-islam
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Hi @khawar-islam 👋, |
Beta Was this translation helpful? Give feedback.
2 replies
-
Also, to try to better understand, in add on Felix's suggestion, I have a question @khawar-islam
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a question on
visualize_page
method, it takes two parameters to visualize full output in an app. Are there any possibility to display only specific output. I have extracted some special information from image i do not want to display all the information extracted by OCR.Code
Your
visualize_page
method is taking allout.pages[0].export()
in first parameter. Can we ignore that one? I have tried multiple time but failed.fig = visualize_page(out.pages[0].export(), image, interactive=False, add_labels=False)
Output
I do not need the highlighted blue part.
Beta Was this translation helpful? Give feedback.
All reactions