Skip to content

Blue links + image not available = Tesseracts image misclassification #72

@mrelg

Description

@mrelg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions