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

41 commits

Author SHA1 Message Date
4508e3ec47 📦 v0.0.4 2020-02-05 17:55:51 +01:00
b802b4deaf Allow configuring a cut off confidence value for glyph alternatives 2020-02-05 13:29:44 +01:00
ef3fb44fb5 Allow controlling of output hierarchy level, e.g. only line, not words+glyphs 2020-02-05 13:02:10 +01:00
6f4736f8e4 Do word segmentation as expected by OCR-D PAGE specs 2020-02-03 19:10:16 +01:00
0f9c94e7dc 🐛 Start with TextEquiv index=1 to adhere to OCR-D PAGE conventions
https://ocr-d.github.io/page#multiple-textequivs
2020-02-03 17:40:45 +01:00
909632493b 🚧 Add future TODOs 2020-02-03 17:37:19 +01:00
3149e1d9e0 📝 unwanted() 2020-02-03 15:33:38 +01:00
91cca1e1b8 📝 Document why we are using Unicode text segmentation to produce word results 2020-02-03 15:33:11 +01:00
2650189910 🧹 Add whitespace 2020-02-03 14:03:54 +01:00
f75426060e 🧹 Remove debugging print 2020-02-03 14:03:28 +01:00
decaa7b69f 🎨 Use polygon_from_x0y0x1y1 to build word/glyph polygon 2020-02-03 14:03:01 +01:00
2ccfc7b195 🎨 Set vim textwidth 2020-02-03 12:22:22 +01:00
507bc1ce5e Include proper word + glyph segmentation 2020-02-03 12:22:01 +01:00
24532f693a 🚧 Use character positions as word segmentation 2020-01-31 17:45:00 +01:00
49b6dfe735 🧹 Clean up trailing whitespace 2019-12-19 16:30:11 +01:00
95281f3d29 Add metadata about the recognition operation w/ parameter info 2019-12-19 16:24:34 +01:00
dc38f0ee51 🎨 Use TOOL constant convention from the other OCR-D processors 2019-12-19 16:23:16 +01:00
Robert Sachunsky
103b1d7671 remove existing annotation below the line level to avoid inconsistency 2019-12-04 19:20:58 +01:00
Konstantin Baierer
e34998d58f 📝 readme, makefile, synopsis for cli
Conflicts:
	Makefile
	README.md
	requirements.txt
2019-12-04 16:38:47 +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
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
c4d52ee55b 📝 ocrd-tool.json: Add parameter descriptions 2019-11-06 18:47:36 +01: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
e805f1f900 🐛 Make ocrd_calamari a proper Python package to fix setup.py 2019-08-21 11:14:22 +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
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
f62332223b 🚧 Save results in the workspace 2019-08-08 11:12:23 +02:00
b9e38487bd 🚧 Extract a method to resolve an image as a Numpy array 2019-08-08 10:49:35 +02:00
dbe43e2316 🚧 Process lines 2019-08-08 10:41:55 +02:00
Konstantin Baierer
2ebf3c0e00 . 2018-07-26 19:09:07 +02:00