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
ContextGroups
groups simpler in structure and add more functionality to them.UX has been added for a user to draw lines between
Area
s to create/add/removeArea
s into aContextGroup
.The
ContextGroup
is a doubly linked list in the Go backend that will be able to be used to trace, store, and query the relationship betweenArea
s.Area Detection
Discovered more settings for Tessreact that allows for
column
andparagraph
detection.Decided to change the UX of the
DrawingArea
from creating a single area of that Rect, into, the bounds of that Rect are used to detect theParagraphs
of theDocument
.These
Paragraphs
are then used to makeArea
s to be stored and ProcessedVulnerable Areas
The doubly linked list of
ContextGroups
is working but needs to cleanup, mainly in naming to make it more human readable.A TODO is marked in
processImageArea.ts
for this: