All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.8 - 2023-06-29
- workarounds for broken models (DocBank_X101, Jambo-sudo_X101)
make deps
: add explicit reqs prior to pip step with Torch index- set
pc:PcGts/@pcGtsId
frommets:file/@ID
- CI for CLI tests (with cached models and stored result artifacts)
- migrated model URLs from external to Github release assets
0.1.7 - 2023-03-20
- adapt to Numpy 1.24 (no
np.bool
)
- model by Jambo-sudo (PubLayNet+custom GT)
- model by LayoutParser (PRImA Layout GT)
- CLI tests
0.1.6 - 2023-03-10
- avoid colon in generated region IDs
make deps
: add explicit deps for torch- fix/update file resources
- fix model config base paths on-the-fly
- add Psarpei TD model
0.1.5 - 2023-01-15
- param
debug_img
: 1 image per page - URLs/specs for PubLayNet/JPLeoRX models
0.1.4 - 2022-12-02
- param
postprocessing
(select steps, includingnone
) - param
debug_img
(styles to visualise raw predictions, includingnone
)
0.1.3 - 2022-11-02
make deps
: fall back to Detectron2 src build
- added various models as file resources
- added corresponding preset files
- updated documentation
0.1.2 - 2022-10-27
make deps
: fix CUDA detection even more- apply
device
param as passed
- downscale images to no more than 150 DPI for prediction (for speed)
- add param
operation_level
(defaultpage
), addtable
mode
0.1.1 - 2022-02-02
make deps
: fix CUDA detection and allow CPU as fallback
- instance segmentation postprocessing: use asymmetric overlap criterion for non-maximum suppression
- skip instances which belong to classes with empty category
- annotate incrementally (by skipping candidates that overlap with pre-existing top-level regions)