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

Implement spell correction for associated word suggestions #7

Open
pravj opened this issue Oct 2, 2018 · 0 comments
Open

Implement spell correction for associated word suggestions #7

pravj opened this issue Oct 2, 2018 · 0 comments
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers Hacktoberfest Support open source and earn a limited edition T-shirt

Comments

@pravj
Copy link
Owner

pravj commented Oct 2, 2018

Given that the accuracy of an OCR system depends on the following (not limited to) factors:

  • Distribution of text in the image
  • Quality of image

It doesn't result in a correct word detection all the times. For example, a word Shoe on screen might result in Shot for a distorted image.

We can experiment with the spell correction to see if that can help in such situations by using the higher frequency words in the word embedding model for this.

@pravj pravj added bug Something isn't working enhancement New feature or request good first issue Good for newcomers Hacktoberfest Support open source and earn a limited edition T-shirt labels Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers Hacktoberfest Support open source and earn a limited edition T-shirt
Projects
None yet
Development

No branches or pull requests

1 participant