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

Does it support special asscii charater? #107

Open
rahuladream opened this issue Feb 13, 2020 · 1 comment
Open

Does it support special asscii charater? #107

rahuladream opened this issue Feb 13, 2020 · 1 comment

Comments

@rahuladream
Copy link

Can anyone explain the meaning of the following code

ord(c) - 97 + 13 if ord(c) > 96 else ord(c) - 48 + 3
where c is the any character

@khoon485
Copy link

Yes. It supports other ascii character as long as you fix some codes.
please refer to Attention OCR forked kspook's github.

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

2 participants