joschrew

Results 11 issues of joschrew

This PR adds a test for ocrd-network. Purpose is that the test is available in the docker-image and can then be used with ocrd_all. It does not run with just...

In the [ocrd_network-package](https://github.com/OCR-D/core/blob/master/ocrd_network/README.md)-readme it says go to ocr-d-core for further information and [vice versa](https://github.com/OCR-D/core#ocrd_network). Do we already have information about that? Otherwise we need to at least provide something in...

The function `get_ocrd_tool_json(executable)` tries to load the ocr-d tool with a processor call. If the function is called with a non available processor (typo for example) then it is imo...

When I run the ocrd_all docker-image as another user than root `initLogging` causes an error when trying to init the processing-server logfile. Because the logfile is already created during the...

This adds a test for the ocrd-network with ocrd_all. Inspired by [this merged pr](https://github.com/OCR-D/core/pull/1164). The tests are run with a makefile-task. To run this tests submodules are needed. Currently it...

Description: All processors run in their own docker-container as a processing-worker. Also there are containers: processing-server, rabbitmq and mongodb running. Executables for processors are delegators to `ocrd network client`. Related...

All logfiles and folder used by ocrd-network are created with 777 (dirs) and 666 (files) so that logging should be possible regardlessly of permission. This is a suggestion for fixing...

Fixes #426 This pr removes the possibly created (while creating the docker image) log-file and folders so that when an docker container with ocrd is created no logfiles and folders...

The METS Server does not start if its desired socket file already exists. When experimenting with ocrd-network the socket file occasionally is not deleted on mets-server shutdown in some edge-cases...

This PR showcases the usage of ocrd network. Step by step guide to run the example - get o copy of this pr / repo and cd into it -...