-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
✨NNew feature or requestNew feature or request
Description
New Feature Summary
Instead of having all the individual localization boxes, we'd like to have a option to "union" of all boxes into a one big box.
implementation plan
- add a parameter
mergeBoxes
orunionBoxes
. - after EAST localization is run and all boxes are added to a new view, if parameter is
true
, create a new view and add "union" boxes withboxType=text
- for creating union boxes, a simple implementation will be using top-most, bottom-most, left-most, right-most coordinates of all boxes to create one big box.
Related
This implementation will be used for "reading-order" selection in downstream OCR apps, such as clamsproject/app-tesseractocr-wrapper#18 .
Alternatives
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
✨NNew feature or requestNew feature or request
Type
Projects
Status
Todo