1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 19:59:53 +02:00
Commit graph

55 commits

Author SHA1 Message Date
Konstantin Baierer
0f47d1fca5 makefile: pip -> pip3 2019-12-04 16:43:12 +01:00
Konstantin Baierer
e0f76242fe 📝 readme: remove misleading paragraph on installing GPU-capable calamari 2019-12-04 16:43:12 +01:00
Konstantin Baierer
84bf6b3f65 📝 readme: remove construction sign emojis 2019-12-04 16:42:37 +01:00
Konstantin Baierer
a8f67f0a34 📝 readme: downloading models 2019-12-04 16:42:06 +01:00
Konstantin Baierer
1a88b6d0b1 readme: installation and models 2019-12-04 16:41:20 +01:00
Konstantin Baierer
e34998d58f 📝 readme, makefile, synopsis for cli
Conflicts:
	Makefile
	README.md
	requirements.txt
2019-12-04 16:38:47 +01:00
f7b13b8d3b
Merge pull request #12 from OCR-D/ci
CI/Tests
2019-12-03 17:16:09 +01:00
df35e79903 📏 README: Add CI/PyPI/Codecov badges 2019-12-03 17:11:09 +01:00
e1f57b2638 🐛 Open our test result with UTF-8 encoding (for Python 3.6?) 2019-12-03 17:11:09 +01:00
010391b09b Only do the coverage on our code 2019-12-03 17:11:09 +01:00
2fb37b14a2 Use Ubuntu 18.04 LTS again (19.04 is EOL 2020-01) 2019-12-03 17:11:09 +01:00
5a3ffeeb63 🐛 Fix checking out calamari_models 2019-12-03 17:11:09 +01:00
d8212ced93 Use GT segmentation to test 2019-12-03 17:11:09 +01:00
Konstantin Baierer
5b15dc5fd6 ci: require coverage 2019-12-03 17:11:09 +01:00
Konstantin Baierer
52ea047a71 ci: try ubuntu 19.04 2019-12-03 17:11:09 +01:00
Konstantin Baierer
710f2096ef ci: install tesseract (again) 2019-12-03 17:11:09 +01:00
Konstantin Baierer
404fc707ae ci: pip{,3} 2019-12-03 17:11:09 +01:00
Konstantin Baierer
7b099352c0 ci: install pip and require models for coverage 2019-12-03 17:11:09 +01:00
Konstantin Baierer
b54ccf90f7 smoke test, circle ci
Conflicts:
	Makefile
	ocrd_calamari/__init__.py
2019-12-03 17:11:09 +01:00
afe6eec5a2
Merge pull request #16 from OCR-D/fix-version
pass version to processor base constructor, fix #14
2019-12-02 18:37:01 +01:00
3ca110b4c3 📝 Add README-DEV.md with info how to release 2019-12-02 18:32:33 +01:00
Konstantin Baierer
0fcc5c1f79 pass version to processor base constructor, fix #14 2019-12-02 18:24:19 +01:00
2597c93211 📦 v0.0.3 – To fix version inconsistency 2019-12-02 18:23:00 +01:00
Konstantin Baierer
7b0ac5a97a 📦 v0.0.2 2019-12-02 13:22:28 +01:00
c4d52ee55b 📝 ocrd-tool.json: Add parameter descriptions 2019-11-06 18:47:36 +01:00
69498766b0 🐛 Further tighten dependencies to a known good configuration 2019-10-31 17:37:46 +01:00
2c06006fd8 🐛 Further tighten dependencies to a known good configuration 2019-10-31 17:28:36 +01:00
93978633f5 Merge branch 'master' of https://github.com/OCR-D/ocrd_calamari 2019-10-28 13:12:55 +01:00
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.
2019-10-28 13:08:42 +01:00
Konstantin Baierer
5667808f63 📦 v0.0.1 2019-10-26 22:17:58 +02:00
Konstantin Baierer
3b05dd5bd7 Dockerfile 2019-10-26 22:12:16 +02:00
3e8c1ac338 🐛 Depend on setuptools because whatever 2019-09-27 15:52:03 +02:00
6d2e15b623 🐛 Overwrite text if it exists 2019-09-27 14:10:46 +02:00
31bdf3e425 ⬆ Use image_from_segment instead of deprecated resolve_image_as_pil 2019-09-27 14:10:19 +02:00
250a24da7b Merge branch 'master' of https://github.com/mikegerber/ocrd_calamari 2019-08-21 11:14:29 +02:00
e805f1f900 🐛 Make ocrd_calamari a proper Python package to fix setup.py 2019-08-21 11:14:22 +02:00
Konstantin Baierer
58f2adcd1c
Implement the thing (#1)
 Implement the thing
2019-08-20 13:54:49 +02:00
3278ebcac8 🧹 Remove wrong and redundant info from setup.py
setup.py already contains info about the installed scripts under
`entry_points` → `console_scripts`. Remove the second and wrong info
about installed executables.
2019-08-08 17:59:29 +02:00
32469108c5 📝 Document TODOs 2019-08-08 17:27:15 +02:00
ebf0d53640 🚧 Do not hardcode used models 2019-08-08 17:26:02 +02:00
8cfb075a6d 🚧 Remove unused parameters 2019-08-08 16:48:13 +02:00
c9b52b5c7c 🚧 Update README 2019-08-08 16:37:30 +02:00
0498f9551e 🚧 Update higher TextEquiv levels 2019-08-08 16:28:08 +02:00
2561b67891 🚧 Remove output_dir parameter as we are not outputting to text files 2019-08-08 14:12:10 +02:00
319ce3a467 🚧 s/Ocr/Recognize 2019-08-08 13:48:58 +02:00
611371fa2c 🚧 Use correct URL 2019-08-08 13:43:18 +02:00
64794363d8 🚧 Use voter from JSON config 2019-08-08 13:38:35 +02:00
67aa3db357 🚧 Remove unused import 2019-08-08 13:38:14 +02:00
3b02da8da2 🚧 Set TensorFlow minimum log level 2019-08-08 12:50:11 +02:00
4df04ac6d7 🚧 Update to ocrd >= 1.0.0b11 2019-08-08 12:31:46 +02:00