Commit Graph

203 Commits (01312c6369a8bf420ceafe989321f65bb951f76d)
 

Author SHA1 Message Date
Gerber, Mike 909632493b 🚧 Add future TODOs 4 years ago
Gerber, Mike 3149e1d9e0 📝 unwanted() 4 years ago
Gerber, Mike 91cca1e1b8 📝 Document why we are using Unicode text segmentation to produce word results 4 years ago
Gerber, Mike 0a572df0ba 📝 README: Add information about the new glyph and word segmentation 4 years ago
Gerber, Mike 2650189910 🧹 Add whitespace 4 years ago
Gerber, Mike f75426060e 🧹 Remove debugging print 4 years ago
Gerber, Mike decaa7b69f 🎨 Use polygon_from_x0y0x1y1 to build word/glyph polygon 4 years ago
Gerber, Mike 2ccfc7b195 🎨 Set vim textwidth 4 years ago
Gerber, Mike 507bc1ce5e Include proper word + glyph segmentation 4 years ago
Gerber, Mike 24532f693a 🚧 Use character positions as word segmentation 4 years ago
Gerber, Mike 17dbeb2480 🔧 Loosen tensorflow-gpu dependency a bit to 1.15.* 4 years ago
Gerber, Mike c416e0c253 Revert "🐛 Use the documented package name for TensorFlow 1.15.x"
This reverts commit 739f43e9da.
4 years ago
Gerber, Mike 5dfd809fbc 🐛 CircleCI: Try upgrading pip 4 years ago
Gerber, Mike 7d02c8dff0 📝 README-DEV: Document installing test requirements 4 years ago
Gerber, Mike 739f43e9da 🐛 Use the documented package name for TensorFlow 1.15.x 4 years ago
dependabot[bot] c09fe169f2
Bump tensorflow-gpu from 1.14.0 to 1.15.2
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.14.0 to 1.15.2.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v1.14.0...v1.15.2)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Mike Gerber c9cf782dbf
Merge pull request #26 from OCR-D/fix-circle
circle: set locale to a UTF-8 variant so python doesn't fall back to ascii
5 years ago
Konstantin Baierer 60aa158341 circle: set locale to a UTF-8 variant so python doesn't fall back to ascii 5 years ago
Gerber, Mike 1c36265599 ⬆ Update ocrd 5 years ago
Gerber, Mike 2797b0e806 CircleCI: Try to fix encoding problem 5 years ago
Gerber, Mike e8f60f9bf4 CircleCI: Try to fix encoding problem 5 years ago
Gerber, Mike 7bdd15648f CircleCI: Try to fix encoding problem 5 years ago
Gerber, Mike d2ca24bf1e CircleCI: Try to fix encoding problem 5 years ago
Gerber, Mike 357a2a970a ⬆ Update model download URL 5 years ago
Gerber, Mike 49b6dfe735 🧹 Clean up trailing whitespace 5 years ago
Gerber, Mike 95281f3d29 Add metadata about the recognition operation w/ parameter info 5 years ago
Gerber, Mike dc38f0ee51 🎨 Use TOOL constant convention from the other OCR-D processors 5 years ago
Gerber, Mike b8129c6425 🧹 Do not advertise and support untested models 5 years ago
Gerber, Mike 377466a71a Add test to check if we warn when processing a "raw"/RGB image with a single-channel model 5 years ago
Gerber, Mike f20eb3ba45 🎨 Refactor model path constant into a variable 5 years ago
Robert Sachunsky d8db405a4c warn if passing raw images to single-channel models 5 years ago
Gerber, Mike 5273247ab3 Remove broken __main__ handling (stick to pytest) 5 years ago
Gerber, Mike e1b9d381a0 Actually binarize the image (not grayscale!) 5 years ago
Gerber, Mike e07b333db1 Convert to a pytest style test 5 years ago
Gerber, Mike 2393edc645 CircleCI: Install imagemagick 5 years ago
Gerber, Mike 99d04ddccb Fix tests by 1. binarizing and 2. use the GT4HistOCR model 5 years ago
Gerber, Mike 2aff9d8a48 🔧 Add PyCharm project files 5 years ago
Gerber, Mike 71a0a32ebf 🧹 Tests: Reduce useless warning messages a bit 5 years ago
Robert Sachunsky 103b1d7671 remove existing annotation below the line level to avoid inconsistency 5 years ago
Mike Gerber 2f87ae662d
Migrate TODO to issue #18 5 years ago
Mike Gerber fa6db585e3
Migrate extended prediction data TODO to issue #17 5 years ago
Gerber, Mike 830a61c2fe 📝 README: Add testing instructions + reference README-DEV.md 5 years ago
Gerber, Mike 93de16d81e 📝 Makefile: Remove redundant comments for the variables 5 years ago
Gerber, Mike 40316904d4 🐛 Makefile: Fix "make test" 5 years ago
Gerber, Mike c46b719c3d 🐛 Makefile: Fix "make test" 5 years ago
Gerber, Mike c1b83a707b 🐛 Makefile: Fix it... 5 years ago
Mike Gerber 8bea30a051
Merge pull request #15 from OCR-D/doc
README/Makefile: installation and models
5 years ago
Gerber, Mike 0812d203e5 🐛 Add test targets back again? 5 years ago
Konstantin Baierer 0f47d1fca5 makefile: pip -> pip3 5 years ago
Konstantin Baierer e0f76242fe 📝 readme: remove misleading paragraph on installing GPU-capable calamari 5 years ago