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

Fix alpha shape #87

Open
wants to merge 87 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    bd61cc6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    db584d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56affe2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b856f5b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. update to shapely 1.8

    bertsky committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    d75e58d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a06f36 View commit details
    Browse the repository at this point in the history
  3. revert e673544 (crashes OpenCV)

    bertsky committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    2cdfa79 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    8f6cfc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b50c51b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4eaf3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b0e7b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f359d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. ocrd-tool.json: typo cr{,e}ate

    kba committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    b3018eb View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. segment: rewrite separator detection…

    instead of detecting hlines and vlines independently,
    and via costly horizontal/vertical morphology operations,
    analyse image by medial axis transform (skeleton and distance
    transform of all connected components);
    then filter components that are too compact (inner vs outer size),
    also filter by statistics of distance along the skeleton: filter
    if too wide on average or too variant;
    then apply morphological closing to reconnect broken segments, linking
    only those components that roughly extend each other in the same direction;
    finally, sort by size and filter components that are too small in inner
    (skeleton length) or outer size (bbox diagonal), selecting only the topmost
    candidates;
    propagate from skeleton to full component and then spread a little into the
    background
    bertsky committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    97af16c View commit details
    Browse the repository at this point in the history
  2. segment: for more robust bg separator detection, combine criteria of …

    …gradient maximum and percentile
    bertsky committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    c10b692 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    7893615 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca15800 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    b490d3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bc033c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    956f4a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62d0729 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff326ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65eee88 View commit details
    Browse the repository at this point in the history
  7. ocropy.lines2region: improve splitting by separators (fix 6d8c0d3)

    - when trying to partition slices by separators topologically,
      also treat pre-existing regions like separators, but
      prevent placing them into distinct partitions
    - when trying to partition slices by separators morphologically,
      also merge partitions that share any significant line labels
    bertsky committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    8127613 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2849464 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    4d7a083 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c90b29f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Configuration menu
    Copy the full SHA
    2ec107e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2aba78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77d60ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c986be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0acc6f2 View commit details
    Browse the repository at this point in the history
  6. adapt to Numpy 1.24 dtypes

    bertsky committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    38206f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6eed14c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    2bf18e0 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    cd08aab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70b2191 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35227a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    1abc3b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    265b284 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fd1b3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0ea0a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    4c55422 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. ocropy-train: improve/update OCR-D wrapper…

    - discern constructor vs. processing ctxt (initLogging, setup)
    - resolve start model via resmgr
    - get all text regions (recursively)
    - use true tempdir for extracted files
    - use CWD for model output paths (instead of dist dir)
    - use binarized derived image, if possible
    - use ocropy nlbin (instead of OpenCV thresholding), otherwise
    - skip segment if no/empty text transcription
    - simplify/deduplify hierarchy levels
    - improve logging and docs
    bertsky committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4c9ad27 View commit details
    Browse the repository at this point in the history
  2. postcorrect: improve/update OCR-D wrapper…

    - discern constructor vs. processing ctxt (initLogging)
    - pass effective log level (instead of global CLI override)
    - use mets_target instead of fixed `mets.xml`
    - simplify
    bertsky committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    43a356a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    2783f61 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    fcc02fd View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    1512c81 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Add metadata to Dockerfile

    joschrew committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    67905d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    d5e8187 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    320d5fd View commit details
    Browse the repository at this point in the history
  3. add CircleCI config

    bertsky authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1ee6442 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Update CircleCI config

    This is just a dummy commit to try to trigger circleci
    joschrew committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a4dc20f View commit details
    Browse the repository at this point in the history
  2. Another try to fix tests

    joschrew committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c4f0724 View commit details
    Browse the repository at this point in the history
  3. Debug circleci tests

    joschrew committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    71e4e50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b50295 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    f214c59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68dcb90 View commit details
    Browse the repository at this point in the history
  3. postcorrect: adapt processor to new OCR-D (mets:file with @LOCTYPE an…

    …d only relative paths)
    bertsky committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4f3ea7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84e3acf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e06603 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05895c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    29e6e3a View commit details
    Browse the repository at this point in the history
  8. CI: add CD

    bertsky committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    07662f2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4 from joschrew/update-dockerfile

    Update dockerfile
    bertsky authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1d2e858 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    4673d9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    338b840 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2a5279 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a71d8e View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    6e95b38 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    b6c8957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3346b4e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. CircleCI: install JRE

    bertsky committed May 30, 2024
    Configuration menu
    Copy the full SHA
    38ce45b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. resegment: fix 2 edge cases

    bertsky committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8d65708 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb4efe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    842b4c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53ae7d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    fed84da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5282092 View commit details
    Browse the repository at this point in the history
  3. fix+update dockerfile

    bertsky committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a382d6f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    039e052 View commit details
    Browse the repository at this point in the history
  2. CI: try testing in parallel

    bertsky authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    83ba2f0 View commit details
    Browse the repository at this point in the history
  3. Updated config.yml

    bertsky committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a2100c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    fe122ae View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. fix: levenshtein import

    MehmedGIT committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    56eaca7 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    ca08c1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from MehmedGIT/fix-align-import-levenshtein

    fix: levenshtein import (follow-up to 5282092)
    bertsky authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    db65d7f View commit details
    Browse the repository at this point in the history