mirror of
https://github.com/qurator-spk/sbb_binarization.git
synced 2025-06-08 11:50:03 +02:00
commit
5479b55686
3 changed files with 26 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
*.egg-info
|
*.egg-info
|
||||||
__pycache__
|
__pycache__
|
||||||
|
/build
|
||||||
|
/dist
|
||||||
|
|
23
CHANGELOG.md
Normal file
23
CHANGELOG.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
Change Log
|
||||||
|
==========
|
||||||
|
Versioned according to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.0.2
|
||||||
|
|
||||||
|
Changed:
|
||||||
|
|
||||||
|
* `SBB_BINARIZE_DATA` can replace `model` parameter, #6
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
|
||||||
|
* AlternativeImage/comments now set on page level, #8, #11
|
||||||
|
* Only try to load `*.h5` model files, #7, #10
|
||||||
|
|
||||||
|
## 0.0.1
|
||||||
|
|
||||||
|
Initial release
|
||||||
|
|
||||||
|
<!-- link-labels -->
|
||||||
|
[0.0.2]: ../../compare/v0.0.1...v0.0.2
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"git_url": "https://github.com/qurator-spk/sbb_binarization",
|
"git_url": "https://github.com/qurator-spk/sbb_binarization",
|
||||||
"tools": {
|
"tools": {
|
||||||
"ocrd-sbb-binarize": {
|
"ocrd-sbb-binarize": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue