How to get sequence number (seqno) of images? #4188
Unanswered
rafayaar
asked this question in
Looking for help
Replies: 1 comment
-
There is no way to supply sequence numbers to images in that way. Images are extracted as part of All you can do is comparing the image block bbox with the bboxes in bboxlog. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using
get_bboxlog
to get the sequence in which these commands are executed.My focus is text, drawings and images.
To map seqno of text I use
get_texttrace
to get seqno of textTo map seqno of drawings I use
get_drawings
which itself gives seqnoThese seqno exactly matchs with
get_bboxlog
Only thing which is left is images. Help?
I want seqno of images as well that I can map/bind with
get_bboxlog
and arrange to get appropriate z-index of text, drawings and images in a page@JorjMcKie
Beta Was this translation helpful? Give feedback.
All reactions