Storing a set of annotations #1575
Unanswered
dummifiedme
asked this question in
Q&A
Replies: 2 comments 1 reply
-
yes, that's possible |
Beta Was this translation helpful? Give feedback.
1 reply
-
Look at my snippet in #1571, which associates annotations with the list of text blocks. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I intend to store some
Annot
objects in a variable. Is it possible?I intend to store all the rect type annotations in one variable (matrix, dict or list (whatever it is called o_O)) and then store all the annotations that lies within this rect into another variable, to make sure they are printed in the output together...
PS. I am not very well versed with programming :/ Trying to learn.
Beta Was this translation helpful? Give feedback.
All reactions