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:
@@ -1102,7 +1102,7 @@
|
||||
"page_no": 1,
|
||||
"bbox": {
|
||||
"l": 388.5767822265625,
|
||||
"t": 806.0041046142578,
|
||||
"t": 806.0040969848633,
|
||||
"r": 482.4759216308594,
|
||||
"b": 739.034423828125,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
|
||||
Reference in New Issue
Block a user