Fixed Spanish OCRFixReplaceList

This commit is contained in:
Waldi Ravens 2015-10-04 00:19:53 +02:00
parent d4067cd47b
commit 89027a2b55

View File

@ -825,7 +825,7 @@
<!-- Puntos innecesarios (complemento) -->
<RegEx find="([\w\W]\.{3})([¡¿])" replaceWith="$1 $2" />
<RegEx find="(\w)\.\.(\s)" replaceWith="$1.$2" />
<RegEx find="[\wá-ú\x22»]\.([\?\!])" replaceWith="$1$2" />
<RegEx find="([\wá-ú\x22»])\.([\?\!])" replaceWith="$1$2" />
<RegEx find="([\:\;])\." replaceWith="$1" />
<RegEx find="\.([\:\;])" replaceWith="$1" />
<RegEx find="\:+" replaceWith=":" />