Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto-invalidate derived images when changing coords #639

Merged
merged 3 commits into from
Nov 3, 2020

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    39c6281 View commit details
    Browse the repository at this point in the history
  2. ocrd_page: invalidate AlternativeImages automatically…

    - whenever overwriting `Border`'s `Coords` or `Coords/@points`,
      remove all the `Page`'s derived images with `cropped`
    - whenever overwriting `Region`'s or `TextLine`'s or `Word`'s
      or `Glyph`'s `Coords` or `Coords/@points`,
      remove all its derived images
    - whenever overwriting `Page`'s or `Region`'s `@orientation`,
      remove all its derived images with `deskewed`
    - add a warning to the GdsCollector each time
    bertsky committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    a8cd848 View commit details
    Browse the repository at this point in the history
  3. ocrd_page: invalidate AlternativeImages automatically (cont'd)…

    - whenever overwriting `Page`'s `Border`,
      remove all its derived images with `cropped`
    bertsky committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    031433c View commit details
    Browse the repository at this point in the history