You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug is due to google itself, but it should be alleviated.
Tesseract is overkill for detecting "Image not available" and it can fail as demonstrated in this bug (see picture)
This is classified as a regular page.
Beater way of detecting "image not available" is thru &jscmd=click3 "flags"
This bug is due to google itself, but it should be alleviated.
Tesseract is overkill for detecting "Image not available" and it can fail as demonstrated in this bug (see picture)
This is classified as a regular page.
Beater way of detecting "image not available" is thru &jscmd=click3 "flags"
https://books.google.com/books?id=xxxxxxxxxxxx&hl=en&pg=PAn&jscmd=click3
returns something like this:
{"page":[{"pid":"PA...","src":"https://books.google.com/.....","flags":0,"order":...,"uf":"https://..."}, ... { ...
image not available: "flags":8 (presumably !=0 )
image available: "flags":0
The text was updated successfully, but these errors were encountered: