-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add checkpoint_dir content-type, remove checkpoint variant #70
Conversation
Codecov Report
@@ Coverage Diff @@
## master #70 +/- ##
==========================================
+ Coverage 88.37% 89.34% +0.97%
==========================================
Files 3 3
Lines 172 169 -3
Branches 39 38 -1
==========================================
- Hits 152 151 -1
+ Misses 11 10 -1
+ Partials 9 8 -1
Continue to review full report at Codecov.
|
I had to fix the tests as well. We could also use |
It's a bit unfortunate to drop the former default parameter |
No, unfortunately I can't see any. We had to get to terms with our file vs directory resources and the semantics of |
I've also removed the |
PR #70 changed the model download and did not update the README accordingly. Fix the README. Also update the example download to use a single page with existing binarization and segmentation.
This removes the older of the two parameterizations (a direct Calamari-like glob expression) in favour of the newer, more OCR-D-like model directory, and adds a proper
format
andcontent-type
as required by the specs for optimalresmgr
handling.