Clemens Neudecker
|
289433020c
|
Update README.md
|
4 years ago |
Clemens Neudecker
|
5a2ffb1e85
|
Update README.md
|
4 years ago |
Clemens Neudecker
|
9fd04c241f
|
Update README.md
fix image width
|
4 years ago |
Clemens Neudecker
|
190167a092
|
Update README.md
add some example images for illustration
|
4 years ago |
Konstantin Baierer
|
f0e0a75c61
|
Merge pull request #16 from OCR-D/release-v0.0.4
Release v0.0.4
|
4 years ago |
Konstantin Baierer
|
b98d7f51ae
|
📦 v0.0.4
|
4 years ago |
Konstantin Baierer
|
ba51583a7f
|
📝 changelog
|
4 years ago |
vahidrezanezhad
|
f363063e75
|
Merge pull request #9 from OCR-D/envvar-continued
combine SBB_BINARIZE_DATA and model parameter
|
4 years ago |
Clemens Neudecker
|
f01a8c8c4e
|
Merge pull request #15 from OCR-D/release-v0.0.3
Release v0.0.3
|
4 years ago |
Clemens Neudecker
|
21d82178d8
|
Merge branch 'master' into release-v0.0.3
|
4 years ago |
Clemens Neudecker
|
5479b55686
|
Merge pull request #12 from OCR-D/release-v0.0.2
📦 v0.0.2
|
4 years ago |
Konstantin Baierer
|
6ebd6f0d45
|
📦 v0.0.3
|
4 years ago |
Clemens Neudecker
|
dd03976f88
|
Merge pull request #14 from OCR-D/update-usage-readme
📝 update README to current CLI usage
|
4 years ago |
Konstantin Baierer
|
78b1eb424d
|
Merge remote-tracking branch 'origin/master' into release-v0.0.3
|
4 years ago |
Konstantin Baierer
|
e46b89af85
|
Merge branch 'release-v0.0.2' into release-v0.0.3
|
4 years ago |
Konstantin Baierer
|
561f6b92de
|
📝 update README to current CLI usage
|
4 years ago |
Clemens Neudecker
|
9a97c972d4
|
Merge pull request #13 from OCR-D/image-path
🐛 read from image_path, not image
|
4 years ago |
Konstantin Baierer
|
71b2801183
|
🐛 read from image_path, not image
|
4 years ago |
Konstantin Baierer
|
b10b49c6ce
|
📦 v0.0.2
|
4 years ago |
Clemens Neudecker
|
4d145cc905
|
Merge pull request #11 from OCR-D/altimage-comments
🐛 typo: comment{,s}, fix #8
|
4 years ago |
Konstantin Baierer
|
c4b63fca47
|
🐛 typo: comment{,s}, fix #8
|
4 years ago |
Clemens Neudecker
|
c7e8e49eac
|
Merge pull request #10 from OCR-D/glob-not-listdir
glob *.h5 files only in model dir, fix #7
|
4 years ago |
Konstantin Baierer
|
664a441a2d
|
glob *.h5 files only in model dir, fix #7
|
4 years ago |
Konstantin Baierer
|
b62b32c998
|
combine SBB_BINARIZE_DATA and model parameter
|
4 years ago |
vahidrezanezhad
|
d675ffc066
|
Merge pull request #6 from OCR-D/envvar
ocrd cli: "model" parameter replaceable by SBB_BINARIZE_DATA envvar
|
4 years ago |
Konstantin Baierer
|
0c31eaf6b1
|
ocrd cli: "model" parameter replaceable by SBB_BINARIZE_DATA envvar
|
4 years ago |
vahidrezanezhad
|
3e60a62469
|
Merge pull request #5 from OCR-D/ocrd-cli
Improve tooling and add OCR-D CLI
|
4 years ago |
Konstantin Baierer
|
84d6b1f693
|
🐛 numpy.ndarray.as{_,}type
|
4 years ago |
Konstantin Baierer
|
a24670edcc
|
minimal CI setup
|
4 years ago |
Konstantin Baierer
|
6543e74deb
|
remove "patches" parameter, always use_patches
|
4 years ago |
Konstantin Baierer
|
2bc6ccc4c0
|
replace patches string comparison with use_patches boolean
|
4 years ago |
Konstantin Baierer
|
fad7b7aff1
|
rewrite "normal" CLI with click
|
4 years ago |
Konstantin Baierer
|
645ec4124a
|
ocrd-tool: disable "line" level-of-operation for now
|
4 years ago |
Konstantin Baierer
|
1fa581283c
|
SbbBinarizer: refactor (variable names, less instance-wide state)
|
4 years ago |
Konstantin Baierer
|
a1c8f6f465
|
line-level binarization independent of region-level
|
4 years ago |
Konstantin Baierer
|
e5bc5572a2
|
change description ht @bertsky @vahidrezanezhad
|
4 years ago |
Konstantin Baierer
|
b7a6301948
|
fix cv2pil ht @bertsky
|
4 years ago |
Konstantin Baierer
|
eece89b9ac
|
patches should be true by default, ht @vahidrezanezhad
|
4 years ago |
Konstantin Baierer
|
2eec6876fa
|
Append "binarized" to AlternativeImage/comments
Co-authored-by: Robert Sachunsky <38561704+bertsky@users.noreply.github.com>
|
4 years ago |
Konstantin Baierer
|
ee82d188bf
|
Set page_id from input file
Co-authored-by: Robert Sachunsky <38561704+bertsky@users.noreply.github.com>
|
4 years ago |
Konstantin Baierer
|
0650bad533
|
image_from_segment: exclude already binarized images
Co-authored-by: Robert Sachunsky <38561704+bertsky@users.noreply.github.com>
|
4 years ago |
Konstantin Baierer
|
12b44af329
|
convert between cv2 and pil, DRY binarizer call
|
4 years ago |
Konstantin Baierer
|
fabb63834a
|
add assets subrepo
|
4 years ago |
Konstantin Baierer
|
a4c0cf0a47
|
shut up keras/tensorflow
|
4 years ago |
Konstantin Baierer
|
d4c97ebf72
|
add OCR-D click interface
|
4 years ago |
Konstantin Baierer
|
6913415f55
|
require ocrd
|
4 years ago |
Konstantin Baierer
|
ee26ebd7d8
|
implement region/line binarization
|
4 years ago |
Konstantin Baierer
|
5909f94fab
|
initial OCR-D interface
|
4 years ago |
Konstantin Baierer
|
ca03844c2b
|
allow passing image directly, return image on binarize
|
4 years ago |
Konstantin Baierer
|
389ef088d0
|
put CLI into its own module
|
4 years ago |