Refactor Context Groups & Area Detection #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "refact-context-group"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refactor Context Groups
Made the linked list of
ContextGroupsgroups simpler in structure and add more functionality to them.UX has been added for a user to draw lines between
Areas to create/add/removeAreas into aContextGroup.The
ContextGroupis a doubly linked list in the Go backend that will be able to be used to trace, store, and query the relationship betweenAreas.Area Detection
Discovered more settings for Tessreact that allows for
columnandparagraphdetection.Decided to change the UX of the
DrawingAreafrom creating a single area of that Rect, into, the bounds of that Rect are used to detect theParagraphsof theDocument.These
Paragraphsare then used to makeAreas to be stored and ProcessedVulnerable Areas
The doubly linked list of
ContextGroupsis working but needs to cleanup, mainly in naming to make it more human readable.A TODO is marked in
processImageArea.tsfor this: