Robert Sachunsky

Results 721 comments of Robert Sachunsky
trafficstars

I did find another glitch on your support_remote_images branch: ``` Traceback (most recent call last): File "/data/ocr-d/ocrd_browser/ocrd_browser/ui/icon_store.py", line 79, in _collect_workers row[i] = new_row_data[i] File "/data/ocr-d/ocrd_all/venv38/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 1155, in __setitem__...

The latter will instead be fixed in core: https://github.com/OCR-D/core/pull/1167

IIUC the PNGs created by ocrd_browser are only for ad-hoc viewing. So how can we utilise or show the (original) image DPI?

Note: In METS, the labels are a flat sequence of `gt:state` elements with `@prop` from the above mentioned schema file, one per page. ```XML ``` These are then referenced under...

@PonteIneptique > but I must say I am a bit lost about the extent of the dataset, what seems like duplication of corpora (??) What do you mean duplication? The...

@PonteIneptique – understood, @tboenig is already working on a solution.

@hnesk as you can see I am trying to get CI working again, but there are lots of problems in core ... One thing I keep stumbling over here is...

Native installation is more demanding for users. The whole point of having Dockerization is reducing the threshold for the user. We already decided to go for that when we set...

So now that https://github.com/OCR-D/core/pull/1239 is merged, we can proceed doing the same here.

> After `make OCRD_MODULES=ocrd_neat all` it still works. You are probably not using editable mode, which is the default for docker builds. Also, the effect only shows via `make check...