[Text_alignment / OCR] Syllables not being picked up for MS73
- Dominant language
- CSS
- Stars
- 46
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
**UPDATE: This might be in part due to a user mistake (here we are again), so please hold!**
I've been starting to run some e2e OMR workflows with MS73 folios and the text part of the process doesn't seem to be working. Normally, the original image is separated into layers, and the text layer gets sent to the `Text_Alignment` job, which uses OCR to roughly find the syllables and then match them with the correct text that we provide. In Neon, the syllables will look like this (this is a Salzinnes folio):
However, this process doesn't seem to be working for MS73. So far, @kyrieb-ekat got this (enjoy the numbers):

And I got no syllables at all:
Because the syllable text is directly related to how the neumes are grouped into syllables, these errors result in the syllable groupings being completely wrong, which lengthens the correction time quite a bit.
I ran an e2e OMR workflow with an Einsie folio and the syllables were perfect, so this seems to be an MS73-specific problem. Could it simply be that the training model we've been using for Salzinnes and Einsie doesn't work for MS73? In the `Text_Alignment` job, the training model is built directly into the job, so I don't think this is something that I can change.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.