Releases: MulongXie/UIED
Releases · MulongXie/UIED
Add Paddle OCR as The Local Text Detector
[14/9/2021] Perceptual Grouping Site Release Version
- Merge text contained in the non-block compo
- Add merge line to paragraph
Add Block Recognition for Non-text Elements
Block is a rectangle border enclosing a group of compos (consider it as a wireframe)
In the non-text element detection:
- Recognize blocks from all non-text elements
- Do not merge elements contained in a Block
UIED with Google OCR
- Tidy up and simplify the code
- Replace EAST with Google OCR to detect GUI text
- An more efficient merging approach to merge the non-text and text detected elements
UIED Version Archive
Archive the old version before the upgrade and refactoring for the record.
Significant Speed Improvment
-
Significant speed improvement for UIED (500%)
-
Add adjustable track bar for testing
Configurable Key Parameters
Extract all key parameters as configurable, including:
ele:min-grad: gradient threshold to produce binary map
ele:ffl-block: fill-flood threshold
ele:min-ele-area: minimum area for selected elements
ele:merge-contained-ele: if True, merge elements contained in others
text:max-word-inline-gap: words with smaller distance than the gap are counted as a line
text:max-line-gap: lines with smaller distance than the gap are counted as a paragraph