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

Migrate ocrd v3 #216

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

Migrate ocrd v3 #216

wants to merge 33 commits into from

Commits on Jul 6, 2024

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

Commits on Jul 7, 2024

  1. adapt to ocrd v3 (process→process_page_pcgts)…

    - separate `setup` / `_init` from processing
      - inherit/override `_init`
      - init Tesseract API once, keep as class attribute
    - define `process_page_pcgts` instead of `process`:
      - no input file loop
      - no METS action - just return tuples for derived images
    - move shared utility functions into `common` module
    - generate etree mapping by exporting PAGE model
    bertsky committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    eb661f4 View commit details
    Browse the repository at this point in the history
  2. require ocrd>=3.0

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    47dee36 View commit details
    Browse the repository at this point in the history
  2. require ocrd 3.0 prerelease

    bertsky authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e9d562b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. binarize: use final v3 API

    bertsky authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f6c5ea0 View commit details
    Browse the repository at this point in the history
  2. crop: adapt to final v3 API

    bertsky authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3fd8265 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a66fbbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae10667 View commit details
    Browse the repository at this point in the history
  5. recognize: use final v3 API

    bertsky authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4c22245 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    491003f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0adfdee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d7efa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aadd01b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5099c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    013de28 View commit details
    Browse the repository at this point in the history
  7. CI: ex py37, in py311

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

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    276735b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ae25a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. require ocrd>=3.0.0b1

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

Commits on Aug 29, 2024

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

Commits on Aug 30, 2024

  1. conftest: simplify

    bertsky committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a406400 View commit details
    Browse the repository at this point in the history
  2. require ocrd>=3.0.0b3

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

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    4e7fa70 View commit details
    Browse the repository at this point in the history
  2. test: all in pytest call

    bertsky committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    b76a4f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9b8f3a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. require ocrd>=3.0.0b4

    bertsky committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    6d26cf0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

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

Commits on Oct 30, 2024

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

Commits on Oct 31, 2024

  1. CI: add RAM, more verbose

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