antimatter15 / ocrad.js

OCR in Javascript via Emscripten
http://antimatter15.github.io/ocrad.js/demo.html
GNU General Public License v3.0
3.49k stars 389 forks source link

Optimal font for Base64 #6

Closed ghost closed 10 years ago

ghost commented 10 years ago

antimatter15,

Thank you so much for this lib! It is amazing, fast, and easy!

I'm currently implementing your library to read Base64 strings that would be impractical for a user to manually input.

Which font has the highest degree of accuracy & precision for reading Base64 strings?

Thank you so much in advance!

antimatter15 commented 10 years ago

I think in general ocrad works best with sans serif fonts, I don't know what's the best though. On Mar 10, 2014 12:06 PM, "JoeCoderGuy" notifications@github.com wrote:

antimatter15,

Thank you so much for this lib! It is amazing, fast, and easy!

I'm currently implementing your library to read Base64 strings that would be impractical for a user to manually input.

Which font has the highest degree of accuracy & precision for reading Base64 strings?

Thank you so much in advance!

Reply to this email directly or view it on GitHubhttps://github.com/antimatter15/ocrad.js/issues/6 .

ghost commented 10 years ago

Thank you so much!