Skip to content

Use NamedTuple/Dataclass to store data point instead of simple dicts

We should define a NamedTuple/Dataclass when extracting the transcription and image. The main issue here is that the ordering of the backend is not always kept in the output. This could be done only for pylaia format.