You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,11 +64,15 @@ Edge thresholds:
64
64
## Project Structure
65
65
66
66
*```GraphConverter.py```: contains the ```GraphConverter``` class for converting documents into graphs.
67
+
*```models```: contains regression models for layout-independent document processing
68
+
*```document```: contains the ```DocumentMetaCharacteristics``` class for a layout-independent document processing or managing default thresholds
69
+
*```merging```: contains the ```PDFTextBoxMerging``` class for an aggregation of layout elements treating the visual rectangle structures of a document
67
70
*```util```:
68
-
*```constants```:
71
+
*```constants```: paths, thresholds
69
72
*```StorageUtil```: store/load functionalities
70
-
*```Tester.py```: Python script for testing the ```GraphConverter```
71
-
*```pdf```: example pdf input files for tests
73
+
*```RectangleUtil```: functionalities for visual rectangle constraints
74
+
*```test/Tester.py```: Python script for testing the ```GraphConverter```
0 commit comments