grp-bork / formHTR

Handprint text recognition in form documents.
MIT License
1 stars 1 forks source link

Improve checkboxes detection and annotation #41

Closed xtrojak closed 11 months ago

xtrojak commented 11 months ago

Improved function to decide whether checkbox is ticked by ignoring edges of the picture and focusing on its center. Close #36.

Also instead of assigning Handwritten type to all ROIs in the annotation step automatically, we check whether the ROI is approximately a square (these are usually checkboxes). If so, Checkbox type is assigned instead. Close #40.