mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-09 05:08:14 +00:00
fix(pypdfium): resolve overlapping text when merging bounding boxes (#1549)
get merged_text from boundingbox instead of merging it to prevent overlaps Signed-off-by: Pedro Ribeiro <pedro_ribeiro_93@hotmail.com>
This commit is contained in:
@@ -951,7 +951,7 @@
|
||||
"page_no": 1,
|
||||
"bbox": {
|
||||
"l": 320.4467468261719,
|
||||
"t": 352.359375,
|
||||
"t": 352.3592834472656,
|
||||
"r": 558.8576049804688,
|
||||
"b": 81.689208984375,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
|
||||
Reference in New Issue
Block a user