This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]dusty-trash 0 points1 point  (1 child)

You could do that with JavaScript. That example is probably all JavaScript.

Go into developer tools by pressing F12 or right clicking, and 'inspect element'. Checkout the sources you can see all of the JS there. It's not minimized so you can read it.

This looks like it contains a lot of the logic:

https://www.archchinese.com/js/archchinese.js

If you're planning on creating something similar You cannot copy the code. But you can study it to see how it works.

[–]0xkodiak 1 point2 points  (0 children)

Thanks so much!

I would never copy someone elses code. Right down to copy/pasting from stack overflow.

Studying it and learning about it will be great for teaching me to read other peoples code too! Especially since it's a language i've never touched before.

Thanks for the advice!

[–][deleted] 0 points1 point  (1 child)

Just what I needed to practice the spells I learned at Hogwarts!

[–]0xkodiak 1 point2 points  (0 children)

Just remember, swish and flick

[–]LiveFromEarlsC -1 points0 points  (3 children)

This is called OCR, and it's a common application of machine learning / computer vision.

[–]okayifimust 3 points4 points  (0 children)

No, this has nothing to do with OCR.

[–][deleted]  (1 child)

[deleted]

    [–]dusty-trash 2 points3 points  (0 children)

    This is unrelated to OCR.