Skip to content

Commit 779595c

Browse files
MBAignerMichael Aigner
authored andcommitted
Update README.md
1 parent aecee85 commit 779595c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,15 @@ Edge thresholds:
6464
## Project Structure
6565

6666
* ```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
6770
* ```util```:
68-
* ```constants```:
71+
* ```constants```: paths, thresholds
6972
* ```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```
75+
* ```pdf```: example PDF input files for tests
7276

7377
## Output Format
7478

0 commit comments

Comments
 (0)