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
Some OCR tools result in predictable errors, which can be fixed by regex replacement, as pointed out in this thread. These regexes should be saved in a bash script, which may be of the following form:
Some OCR tools result in predictable errors, which can be fixed by regex replacement, as pointed out in this thread. These regexes should be saved in a bash script, which may be of the following form:
perl -pi -e 's/FINDTEXT/REPLACETEXT/' someFileName
This script should then be used on the OCR output before passing it on the proof reader.
The text was updated successfully, but these errors were encountered: