Commit Graph

225 Commits (master)
 

Author SHA1 Message Date
Gerber, Mike 377466a71a Add test to check if we warn when processing a "raw"/RGB image with a single-channel model 4 years ago
Gerber, Mike f20eb3ba45 🎨 Refactor model path constant into a variable 4 years ago
Robert Sachunsky d8db405a4c warn if passing raw images to single-channel models 4 years ago
Gerber, Mike 5273247ab3 Remove broken __main__ handling (stick to pytest) 4 years ago
Gerber, Mike e1b9d381a0 Actually binarize the image (not grayscale!) 4 years ago
Gerber, Mike e07b333db1 Convert to a pytest style test 4 years ago
Gerber, Mike 2393edc645 CircleCI: Install imagemagick 4 years ago
Gerber, Mike 99d04ddccb Fix tests by 1. binarizing and 2. use the GT4HistOCR model 4 years ago
Gerber, Mike 2aff9d8a48 🔧 Add PyCharm project files 4 years ago
Gerber, Mike 71a0a32ebf 🧹 Tests: Reduce useless warning messages a bit 4 years ago
Robert Sachunsky 103b1d7671 remove existing annotation below the line level to avoid inconsistency 4 years ago
Mike Gerber 2f87ae662d
Migrate TODO to issue #18 4 years ago
Mike Gerber fa6db585e3
Migrate extended prediction data TODO to issue #17 4 years ago
Gerber, Mike 830a61c2fe 📝 README: Add testing instructions + reference README-DEV.md 4 years ago
Gerber, Mike 93de16d81e 📝 Makefile: Remove redundant comments for the variables 4 years ago
Gerber, Mike 40316904d4 🐛 Makefile: Fix "make test" 4 years ago
Gerber, Mike c46b719c3d 🐛 Makefile: Fix "make test" 4 years ago
Gerber, Mike c1b83a707b 🐛 Makefile: Fix it... 4 years ago
Mike Gerber 8bea30a051
Merge pull request #15 from OCR-D/doc
README/Makefile: installation and models
4 years ago
Gerber, Mike 0812d203e5 🐛 Add test targets back again? 4 years ago
Konstantin Baierer 0f47d1fca5 makefile: pip -> pip3 4 years ago
Konstantin Baierer e0f76242fe 📝 readme: remove misleading paragraph on installing GPU-capable calamari 4 years ago
Konstantin Baierer 84bf6b3f65 📝 readme: remove construction sign emojis 4 years ago
Konstantin Baierer a8f67f0a34 📝 readme: downloading models 4 years ago
Konstantin Baierer 1a88b6d0b1 readme: installation and models 4 years ago
Konstantin Baierer e34998d58f 📝 readme, makefile, synopsis for cli
Conflicts:
	Makefile
	README.md
	requirements.txt
4 years ago
Mike Gerber f7b13b8d3b
Merge pull request #12 from OCR-D/ci
CI/Tests
4 years ago
Gerber, Mike df35e79903 📏 README: Add CI/PyPI/Codecov badges 4 years ago
Gerber, Mike e1f57b2638 🐛 Open our test result with UTF-8 encoding (for Python 3.6?) 4 years ago
Gerber, Mike 010391b09b Only do the coverage on our code 4 years ago
Gerber, Mike 2fb37b14a2 Use Ubuntu 18.04 LTS again (19.04 is EOL 2020-01) 4 years ago
Gerber, Mike 5a3ffeeb63 🐛 Fix checking out calamari_models 4 years ago
Gerber, Mike d8212ced93 Use GT segmentation to test 4 years ago
Konstantin Baierer 5b15dc5fd6 ci: require coverage 4 years ago
Konstantin Baierer 52ea047a71 ci: try ubuntu 19.04 4 years ago
Konstantin Baierer 710f2096ef ci: install tesseract (again) 4 years ago
Konstantin Baierer 404fc707ae ci: pip{,3} 4 years ago
Konstantin Baierer 7b099352c0 ci: install pip and require models for coverage 4 years ago
Konstantin Baierer b54ccf90f7 smoke test, circle ci
Conflicts:
	Makefile
	ocrd_calamari/__init__.py
4 years ago
Mike Gerber afe6eec5a2
Merge pull request #16 from OCR-D/fix-version
pass version to processor base constructor, fix #14
4 years ago
Gerber, Mike 3ca110b4c3 📝 Add README-DEV.md with info how to release 4 years ago
Konstantin Baierer 0fcc5c1f79 pass version to processor base constructor, fix #14 4 years ago
Gerber, Mike 2597c93211 📦 v0.0.3 – To fix version inconsistency 4 years ago
Konstantin Baierer 7b0ac5a97a 📦 v0.0.2 4 years ago
Gerber, Mike c4d52ee55b 📝 ocrd-tool.json: Add parameter descriptions 5 years ago
Gerber, Mike 69498766b0 🐛 Further tighten dependencies to a known good configuration 5 years ago
Gerber, Mike 2c06006fd8 🐛 Further tighten dependencies to a known good configuration 5 years ago
Gerber, Mike 93978633f5 Merge branch 'master' of https://github.com/OCR-D/ocrd_calamari 5 years ago
Gerber, Mike caa73c2b44 ⬇️ Use tighter dependencies for TensorFlow and Calamari
With the recent release of TensorFlow 2.0, we need to make sure we
install a version compatible with the current Calamari release, e.g.
TF < 2.0.

Also, depend on a Calamari version that is known to be working, that
is Calamari >= 0.3.5.

Fixes #6.
5 years ago
Konstantin Baierer 5667808f63 📦 v0.0.1 5 years ago