Skip to content

Restructured to combine code into one unique module

  • Installing the project previously created the modules scripts.* and lib.* this means that it easily clashed with other modules doing the same. Changed folder structure.
page-segmentation
+-- scripts
+-- lib

to

page-segmentation
+-- pagesegmentation
|    +-- scripts
|    +-- lib
+--

Merge request reports