mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-11 21:29:54 +02:00
📦 v0.0.3
This commit is contained in:
parent
aa2e91641a
commit
fce7cdfd8b
3 changed files with 10 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,3 +3,5 @@ __pycache__
|
||||||
sbb_newspapers_org_image/pylint.log
|
sbb_newspapers_org_image/pylint.log
|
||||||
models_eynollah*
|
models_eynollah*
|
||||||
output.html
|
output.html
|
||||||
|
/build
|
||||||
|
/dist
|
||||||
|
|
|
@ -5,12 +5,16 @@ Versioned according to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## [0.0.3] - 2021-05-11
|
||||||
|
|
||||||
|
* fix NaN bug, #38
|
||||||
|
|
||||||
## [0.0.2] - 2021-05-04
|
## [0.0.2] - 2021-05-04
|
||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
|
|
||||||
* prevent negative coordinates for textlines in marginals
|
* prevent negative coordinates for textlines in marginals
|
||||||
* fix a bug in the contour logic, #8
|
* 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
|
* 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
|
||||||
|
|
||||||
## [0.0.1] - 2021-04-22
|
## [0.0.1] - 2021-04-22
|
||||||
|
@ -18,5 +22,6 @@ Fixed:
|
||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
<!-- link-labels -->
|
<!-- link-labels -->
|
||||||
[0.0.1]: ../../compare/v0.0.2...v0.0.1
|
[0.0.2]: ../../compare/v0.0.3...v0.0.2
|
||||||
|
[0.0.2]: ../../compare/v0.0.2...v0.0.1
|
||||||
[0.0.1]: ../../compare/HEAD...v0.0.1
|
[0.0.1]: ../../compare/HEAD...v0.0.1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"git_url": "https://github.com/qurator-spk/eynollah",
|
"git_url": "https://github.com/qurator-spk/eynollah",
|
||||||
"tools": {
|
"tools": {
|
||||||
"ocrd-eynollah-segment": {
|
"ocrd-eynollah-segment": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue