Robert Sachunsky

Results 941 comments of Robert Sachunsky

@MehmedGIT wow, indeed! So is that the result of https://github.com/OCR-D/core/pull/1344/commits/53b8e2bbfe6265f4315d4a08b42c67a1be87d7fd actually? I am stunned, as I would have expected this to fail in the normal CI already. And in the...

> However, the job failure [here](https://github.com/OCR-D/core/actions/runs/20168323311/job/57897157213?pr=1344#step:10:2394) is not because of a timeout. The job itself has failed for whatever reason and returned `FAILED` not `UNSET`, check [here](https://github.com/OCR-D/core/blob/master/src/ocrd_network/client_utils.py#L13-L25), as it should...

> > Ee! So I was completely misled by the pymongo messages – they were actually harmless of themselves! > > Yes, they are. I have a hard time reproducing...

> I have a hard time reproducing this locally. I tried reverting [53b8e2b](https://github.com/OCR-D/core/commit/53b8e2bbfe6265f4315d4a08b42c67a1be87d7fd) and then merged in #1348 to see if I get more useful error logs. But it's the...

@kba I added a unit test to cover directly what I previously missed (and thus ended up problematic in network-integration-test). So all done now.

Oh, and since the question has been raised somewhere: I stumbled again upon this: https://github.com/OCR-D/core/blob/255ddbd521b4d95346e71575775565c627432455/Makefile#L234-L238 So, apparently, the namespace prefix is not merely the PAGE schema's choice, but actually had...

Just for reference: the version of page.xsd I used here is exactly [the one from current PRImA master](https://github.com/PRImA-Research-Lab/PAGE-XML/blob/master/pagecontent/schema/pagecontent.xsd) – just without carriage return EOL (because that would have made for...

The namespace prefix is [based on](https://github.com/qurator-spk/eynollah/blob/a6f0af07d1462d2f51fee44d3e3572624233c9bb/src/eynollah/utils/xml.py#L34) [OCR-D core's PAGE-XML object model](https://github.com/OCR-D/core/blob/master/src/ocrd_models/ocrd_page_generateds.py) that was generated by [generateDS](https://pypi.org/project/generateDS/) from the [original PAGE-XML XSD schema file](https://github.com/PRImA-Research-Lab/PAGE-XML/blob/master/pagecontent/schema/pagecontent.xsd), which [uses](https://github.com/PRImA-Research-Lab/PAGE-XML/blob/830a3ae8aa7b5dac973cd00d06ba1acfc37fe0af/pagecontent/schema/pagecontent.xsd#L4) `pc` itself. So I am...

> PAGE-XML is a Prima Research project, take a look at their schema files,they're on github, Ocrd-d is using it, they didn't develop it. I just **linked** to PRImA on...

> builds on [OCR-D/core#1344](https://github.com/OCR-D/core/pull/1344) hence the CI's failure ``` TypeError: 'OcrdPageResult' object is not iterable ``` (we have to wait for this to be merged and released on PyPI) But...