There's a couple of ways of doing it: a) Parse the JavaScript array on the page which contains all the drawing details and then count lines and arcs in the specific areas of the spiral to determine which letter is there, dealing with line lengths, intersections, etc. b) Grab the image. Rotate the sp...