Schneipi

Results 3 issues of Schneipi

I have the same `Exception has occurred: ValueError too many values to unpack (expected 4)` issue as https://github.com/hikopensource/DAVAR-Lab-OCR/issues/109, which is indeed being solved through the addition of ``` img =...

I receive a `ValueError` when running `ocrd-anybaseocr-block-segmentation` on a single test image. I have tried different input groups (i.e. binarized/unbinarized) without success. The related `block_segmentation_weights.h5` model has been correctly downloaded....

Concerning Qdrant server: I'm currently trying to replace `client.search()` with `client.search_groups()` in my application. I want to retrieve text documents based on vector similarity and I would like to have...