Changelog¶
0.5.0 - 2019-08-14¶
Added¶
httpscan now be used for PAGEXML schema.All the
PAGEobjects can now havecustom_attribute(this is mainly for tagging purposes).
Changed¶
The
expsfolders contains now only two examples that can be used as demos. The other experiments have been removed.Installation of
dh_segmentpackage is now done via pip (usingsetup.py) except fortensorflowpackage which is installed with anaconda.setup.pyhas more flexible package versions.Forced integer conversion when exporting coordinates to XML format.
Fixed¶
In page
demo.pya emptyBorderis now created if no region has been detected.
Removed¶
Experiments in
expsfolder have been removed, except forpageandcbad.
0.4.0 - 2019-04-10¶
Added¶
Input data can be a .csv file with format
<filename-image>,<filename-label>.dh_segment.io.viahelper functions to generate/export groundtruth from/to VGG Image Annotation tool.Point.array_to_pointto export anp.arrayinto a list ofPoint.PAGEXML Regions can now contain a custom attribute (Transkribus output of region annotation)
Page.to_json()method for json formatting.
Changed¶
tensorflowv1.13 andopencvv4.0 are now used.mIOU metric for evaluation during training (instead of accuracy).
TextLines are sorted according to their mean y coordinate when exported.
Fixed¶
Variable names typos in
input.pyandtrain.py.Documentation of the quickstart demo.