Y
Hacker News
new
|
ask
|
show
|
jobs
by
biot
4121 days ago
If my reading is correct, the neural network was used to OCR the image, extracting the text. From there, it is indeed a simple brute-force string search.
1 comments
quadrature
4121 days ago
Yeah, but the type is pretty regular and and the alphabet is small. I bet you could just use convolution.
link