In this project, we use GOCR to recognize the text on an image.
But it's not perfect. Some words are not corrects, some space are created, some are forget.
For example:
So, to correct the text for the speech synthesis, I see 2 options:
- Use a free (as in free beer) spell checker.
- Develop a simple algorithm (merge words to avoid fake spaces and distance algorithm to correct the sentence).
I choose the first solution and I use After The Deadline API. The script will be available on the git repository.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.