You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported here: kha-white/mokuro#106 but actually it's an issue with mokuro reader. .mokuro files contain a list of pages, each page with img_path key specifying which image does this item correspond to. Seems like the web reader ignores this value and relies on the pages being sorted the same way as images. This works most of the time, but sometimes the sorting is inconsistent which causes the mismatch.
Mokuro reader should use the img_path field to keep the association between the OCR results and image files.
The text was updated successfully, but these errors were encountered:
One addition to this (I was also about to report on the mokuro repo but then I realised it's a reader issue):
This particularly seems to be happening if the volume folder contains a subfolder for each chapter - the html generated by mokuro (and indeed the .mokuro file) displays all the pages in the correct order still and with the correct text, but while the reader correctly uses the first chapter's boxes and highlight text at the start, it displays the images from the last chapter.
Reported here: kha-white/mokuro#106 but actually it's an issue with mokuro reader.
.mokuro
files contain a list of pages, each page withimg_path
key specifying which image does this item correspond to. Seems like the web reader ignores this value and relies on the pages being sorted the same way as images. This works most of the time, but sometimes the sorting is inconsistent which causes the mismatch.Mokuro reader should use the
img_path
field to keep the association between the OCR results and image files.The text was updated successfully, but these errors were encountered: