Robert Sachunsky
Robert Sachunsky
In a fresh installation with the current software ecosystem, I end up with the [well-known issue](https://stackoverflow.com/questions/53740577/does-any-one-got-attributeerror-str-object-has-no-attribute-decode-whi) ``` AttributeError: 'str' object has no attribute 'decode' ``` when loading the models. Essentially,...
Dear @poke1024, may I enquire your thoughts on how to best achieve/approach any or all of the following with Origami: 1. packaging. Currently, all modules have to be loaded from...
Not sure if this a bug at all. I've used your pretrained BBZ model to segment pages in similar data: [`Börsenblatt des Deutschen Buchhandels`](http://digital.slub-dresden.de/id39946221X-18560530). These also have 2-column layouts besides...
> Note: I am not sure if I understand this correctly. I have not used the app yet. Please correct me if my angle is all wrong! In step 2...
I am having difficulty understanding how to use `fetch`. If I do not pass a `checkout_dir` (which I would expect to be generated from the last path component of `git_repo`...
Printing and forced system exit makes it difficult to wrap this as a library, and even on the interactive interpreter it is quite a surprise to find yourself kicked out:...
if decoder depth is given as 1, configure only 1 LSTMCell with output_dim (instead of 2)
This fixes some cosmetic issues for the METS Server's log output: - we don't need the access_log – it's quite verbose and we can always just enable the workspace debug...
fixes https://github.com/OCR-D/core/commit/4d769c1f0565fce3f710f9b6b3447037aefe9103
This seems to be a regression: the dynamic resource discovery now attempts to query non-processors like `ocrd-import` and `ocrd-make` and `ocrd-cis-data`, which produces ugly error messages.