Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save and apply common regex-fixes before handing over the digitized text for proof-reading #47

Open
vvasuki opened this issue Feb 27, 2016 · 0 comments

Comments

@vvasuki
Copy link
Contributor

vvasuki commented Feb 27, 2016

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.

@vvasuki vvasuki transferred this issue from sanskrit/sanskrit-ocr-r0 Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant