How to set CoordOrigin as TOPLEFT at DocumentConverter pipeline_options? #687
Unanswered
JoeHelbing
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@JoeHelbing DoclingDocument works by convention with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Curious if anyone know how to set CoordOrigin to be TOPLEFT instead of BOTTOMLEFT to pass to pipeline_options prior to DocumentConverter.
Every document I've tested with a .json export of the Docling Document object has produced a "BOTTOMLEFT" CoordOrigin, which I have to reconvert to "TOPLEFT" via a somewhat convoluted call to each prov element's BoundingBox.to_top_left_origin() function.
Beta Was this translation helpful? Give feedback.
All reactions