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
which are technically incorrect because I4PD403682 is not an image name in I4PD4036 (see the image list). In that case the correct image file name is I4PD40360082. It is actually relatively easy to go from the wrong number to the correct one with the following algorithm:
start from I4PD403682
remove the prefix of the volume id: I4PD403682 - I4PD4036 = 82
pad with 0s to the left so that it's 4 digits long: 0082
add the prefix of the volume id again: I4PD40360082
Let's reimport the Norbuketaka etexts, if possible with the same pecha numbers (ie I31F08544)
The text was updated successfully, but these errors were encountered:
eroux
added a commit
to OpenPecha/Norbu-Keta-eText-import
that referenced
this issue
Sep 5, 2024
Hi @eroux I was gonna handle this bug but looks like you have already resolved this bug in the Norbu-Keta-eText-import repo. But there is still the need to re-import the etext right ? And with the same pecha number or pecha_id as before right ?
Some NorbuKetaka imports have a problem with pagination. This comes from some errors in the csv files but they're easy to fix. The example I'm looking at is the pagination of volume 65 (
I4PD4036
) ofW4PD502
, currently in pechaI31F08544
: https://github.com/OpenPecha-Data/I31F08544/blob/master/I31F08544.opf/layers/I4PD4036/Pagination.ymlIf we look at
s3://ocr.bdrc.io/NorbuKetaka2/W4PD502-I4PD4036.csv
we see things likewhich are technically incorrect because
I4PD403682
is not an image name inI4PD4036
(see the image list). In that case the correct image file name isI4PD40360082
. It is actually relatively easy to go from the wrong number to the correct one with the following algorithm:I4PD403682
I4PD403682
-I4PD4036
=82
0082
I4PD40360082
Let's reimport the Norbuketaka etexts, if possible with the same pecha numbers (ie
I31F08544
)The text was updated successfully, but these errors were encountered: