If I do a keyword search here:

http://books.google.com/ebooks/reader?id=s1gVAAAAYAAJ&printsec=frontcover&output=reader&pg=GBS.PA7

The highlighted text in the "flowing text" seems easy enough but if you switch to show "scanned pages" it still shows the highlighted text? Anybody know how they accomplish this.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Through an OCR process, either when they scanned the image or dynamically when you request the page.

link|improve this answer
so do they use XY coordinates to line up the highlighted word on the image since the scanned image itself is only a representation of text and not actually text. I understand that for search and "flowing text" to work there was an OCR process – etalacse Feb 9 at 0:10
Yes, most OCR processes will output the character it recognized with a coordinate (typically a rectangle) so you know what's being displayed and where it's located on the image. Using those coordinates it can then paint a box over the phrase to highlight. – Jacob Ewald Feb 10 at 20:30
Jacob your the man! – etalacse Feb 10 at 20:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.