da03 / Attention-OCR

Visual Attention based OCR
MIT License
1.11k stars 362 forks source link

Does it support special asscii charater? #107

Open rahuladream opened 4 years ago

rahuladream commented 4 years ago

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 commented 4 years ago

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