You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
eynollah/CHANGELOG.md

61 lines
1.3 KiB
Markdown

3 years ago
Change Log
==========
Versioned according to [Semantic Versioning](http://semver.org/).
## Unreleased
3 years ago
## [0.0.7] - 2021-07-27
Fixed:
* `pc:PcGts/@pcGtsId` was not set, #49
3 years ago
## [0.0.7] - 2021-07-01
Fixed:
* `slopes`/`slopes_h` retval/arguments mixed up, #45, #46
3 years ago
## [0.0.6] - 2021-06-22
Fixed:
* Cast arguments to opencv2 to python native types, #43, #44, opencv/opencv#20186
3 years ago
## [0.0.5] - 2021-05-19
Changed:
* Remove `allow_enhancement` parameter, #42
## [0.0.4] - 2021-05-18
3 years ago
* fix contour bug, #40
3 years ago
## [0.0.3] - 2021-05-11
* fix NaN bug, #38
3 years ago
## [0.0.2] - 2021-05-04
Fixed:
* prevent negative coordinates for textlines in marginals
3 years ago
* fix a bug in the contour logic, #38
* the binarization model is added into the models and now binarization of input can be done at the first stage of eynollah's pipline. This option can be turned on by -ib (-input_binary) argument. This is suggested for very dark or bright documents
3 years ago
3 years ago
## [0.0.1] - 2021-04-22
Initial release
<!-- link-labels -->
3 years ago
[0.0.8]: ../../compare/v0.0.8...v0.0.7
3 years ago
[0.0.7]: ../../compare/v0.0.7...v0.0.6
3 years ago
[0.0.6]: ../../compare/v0.0.6...v0.0.5
3 years ago
[0.0.5]: ../../compare/v0.0.5...v0.0.4
3 years ago
[0.0.4]: ../../compare/v0.0.4...v0.0.3
[0.0.3]: ../../compare/v0.0.3...v0.0.2
3 years ago
[0.0.2]: ../../compare/v0.0.2...v0.0.1
3 years ago
[0.0.1]: ../../compare/HEAD...v0.0.1