Konstantin Baierer

Results 317 comments of Konstantin Baierer

> RFC Sry, this one got lost in the shuffle. > To address both issues, I suggest calculating the output ID based on the (output fileGrp and) page ID of...

> How about making it polymorphic and checking the type of the first argument, as an opt-in for implicit conversion consistent with parent? That's a reasonable solution, you have my...

@bertsky What is still left to do beyond https://github.com/OCR-D/core/pull/688 and how can I help?

We have been discussing GT validation of coordinates again today, as well as possible applications for ocrd-sanitize here, that's why I wanted to understand how to use that function. I...

> pip install ocrd Have you tried with the latest version? ``` pip install ocrd==1.0.0b17 ```

It is: https://github.com/OCR-D/ocrd-website/wiki/OCR-D-Installation-on-NVIDIA-Jetson-Nano-and-Xavier though it doesn't currently explain that you have to build OpenCV yourself: > In the meantime I managed to build both missing packages locally using https://github.com/skvark/opencv-python, so...

Since we require `README.md`, this could be implemented right away. `ocrd-foo --help-readme` to filter markdown through pygments to a PAGER for example. I am not sure about the state of...

> 5\. This in turn needs to **repeatedly** query the whole structMap via XPath (which on a workspace with 500 files and 25 fileGrps and 200.000 takes about 0.2sec per...

> Is that possible with Click by any chance? Or would it have to be a general OOP extension? Much rather prefer making the python CLI more flexible than to...

@bertsky Considering how ocrd_olena and ocrd_fileformat are the two only notable bashlib processors and you impemented `ocrd-segment-extract-*` and polygons would still have to be serialized as images (making this also...