eynollah/CHANGELOG.md

33 lines
804 B
Markdown
Raw Normal View History

2021-04-22 15:41:17 +02:00
Change Log
==========
Versioned according to [Semantic Versioning](http://semver.org/).
## Unreleased
2021-05-18 13:59:19 +02:00
## [0.0.3] - 2021-05-11
* fix contour bug, #40
2021-05-11 13:15:25 +02:00
## [0.0.3] - 2021-05-11
* fix NaN bug, #38
2021-05-04 18:12:21 +02:00
## [0.0.2] - 2021-05-04
Fixed:
* prevent negative coordinates for textlines in marginals
2021-05-11 13:15:25 +02:00
* fix a bug in the contour logic, #38
2021-05-04 13:05:46 -04:00
* 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
2021-05-04 18:12:21 +02:00
2021-04-22 15:41:17 +02:00
## [0.0.1] - 2021-04-22
Initial release
<!-- link-labels -->
2021-05-18 13:59:19 +02:00
[0.0.4]: ../../compare/v0.0.4...v0.0.3
[0.0.3]: ../../compare/v0.0.3...v0.0.2
2021-05-11 13:15:25 +02:00
[0.0.2]: ../../compare/v0.0.2...v0.0.1
2021-04-22 15:41:17 +02:00
[0.0.1]: ../../compare/HEAD...v0.0.1