Konstantin Baierer
Konstantin Baierer
> How about also introducing a `Processor.shutdown` – to be overriden by implementors if necessary (just like `setup`), to be called by core before > > * exiting > *...
> I know we deliberately changed this to _exclude_ the root logger earlier. But I cannot find the reasoning behind that anymore. Maybe "we are a library, not an application"?...
I think I have cherry-picked all the commits to #130
Superseded by #130 and merged in #150.
We have removed the `qurator` namespace recently in #133. Can you try `pip uninstall eynollah`, `git pull` and `pip install .` to see if the error persists?
> because windows fails to recognize the [ocrd-tool.json](https://github.com/qurator-spk/eynollah/blob/main/ocrd-tool.json) symlink. I've simply overwritten the symlink with the actual file and eynollah now works in the command line! (at least the --help...
> if it encounters a file ref without any URL FLocat (i.e. if the file was created by OCR-D itself as output of a processor), then it will still just...
> Is that really what we want? It's a tradeoff, it simplifies string values (no need for quoting) but does require quoting for strings that might be parsed as numbers...
> I now have some realistic tests as well. > > But before I push these: Please help me understand a detail of the current implementation @kba: In … >...
> Because that function needs a `dst_dir` argument or will only yield a partial clone. I don't have a good explanation right now, I tend to run the tools from...