Replies: 1 comment
-
|
Hi, This is a requirement specifically related to your own needs. If other people can also benefit from this, I can add such an export option. But currently, you have to make the conversion by yourself. |
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 can't find a way to export text boxes, including their sorting and corresponding page.
Ideally, I'd love to end up with a document like this: (json maybe?)
Page 1
Box 1 [x,y,w,h]
Box 2 [x,y,w,h]
...
Page 2
Box 1 [x,y,w,h]
Box 2 [x,y,w,h]
...
Is there a smart way of doing this? The closest was exporting as XLSX, it shows which page the boxes belong to and they are listed in order, but you'd have to run a script to extract the sorting number
Beta Was this translation helpful? Give feedback.
All reactions