Fix common OCR errors change " L* to " I." - thx

Araynilmar :)
Fi #3099
This commit is contained in:
Nikolaj Olsson 2018-09-24 06:04:26 +02:00
parent 9650bf8b20
commit 3a00ada115

View File

@ -2413,7 +2413,6 @@
</WholeLines>
<RegularExpressions>
<RegEx find="([a-z]) Won't " replaceWith="$1 won't " />
<RegEx find=" L([,\r\n :;!?]+)" replaceWith=" I$1" />
<RegEx find=" L.([,\r\n :;!?]+)" replaceWith=" I.$1" />
<RegEx find=" L([,\r\n\. :;!?]+)" replaceWith=" I$1" />
</RegularExpressions>
</OCRFixReplaceList>