I have added a lot of additions in nld_OCRFixReplaceList_User.xml (and in English and French).
The seem to be unused in SE5.
I switched to "Google Lens Standalone" and it was almost perfect except that it interpreted:
Je klinkt als 'n baby
die heeft leren praten.
as
Je klinkt als ''n baby
die heeft leren praten.
I solved this with <RegEx find="\'\'([nt])\b" replaceWith="'${1}" /> but I noticed it wasn't used.
Then I noticed it wasn't working.
SE4 uses nld_OCRFixReplaceList.xml and nld_OCRFixReplaceList_User.xml
SE5 uses only uses nld_OCRFixReplaceList.xml
I have added a lot of additions in nld_OCRFixReplaceList_User.xml (and in English and French).
The seem to be unused in SE5.
I switched to
"Google Lens Standalone"and it was almost perfect except that it interpreted:as
I solved this with
<RegEx find="\'\'([nt])\b" replaceWith="'${1}" />but I noticed it wasn't used.Then I noticed it wasn't working.
SE4 uses
nld_OCRFixReplaceList.xmlandnld_OCRFixReplaceList_User.xmlSE5 uses only uses
nld_OCRFixReplaceList.xml