ulb-sachsen-anhalt / ocrd-odem

OCR Workflows based on OCR-D
MIT License
3 stars 1 forks source link

Bugfix: Prevent OAI Server Syntaxerror #18

Closed M3ssman closed 3 weeks ago

M3ssman commented 2 months ago

Description

Currently the OAI Server update the Information at the time when a client picks up a record back as plain string, which breaks temporarily the format in the INFO attribute of a record entry:

{'ppn':'123', 'languages':['ger']} 
=>
{'ppn':'123', 'languages':['ger']}, 'host': '123.45.67.89'

Although this state gets overwritten in the moment when the client reports back, in the meantime it is not possible to parser/evaluate the INFO field in a proper way for statistics or reporting.

Please ensure there will be a valid and evaluable entry any time.

M3ssman commented 3 weeks ago

obsolete