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

Kill ocr client #97

Closed
wants to merge 21 commits into from
Closed

Commits on Apr 26, 2023

  1. update all npm deps

    matthewleon authored and wydengyre committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    d9b8259 View commit details
    Browse the repository at this point in the history
  2. Allow for arbitrary emscripten options in initialization.

    As demonstrated in the test, this allows us, for example, to provide alternative logging behavior.
    matthewleon authored and wydengyre committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    bc8c83d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09a7a9b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    92a8988 View commit details
    Browse the repository at this point in the history
  2. run ci on ubuntu 22.04

    wydengyre committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    74a94f3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from wydengyre/ci-ubuntu-22.04

    ci-ubuntu-22.04
    wydengyre authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6da0d74 View commit details
    Browse the repository at this point in the history
  4. emsdk-3.1.56

    wydengyre committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5e8d9c6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from wydengyre/emsdk-3.1.56

    emsdk-3.1.56
    wydengyre authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e8575d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. gha: use setup-node (#3)

    wydengyre authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f6d5fc2 View commit details
    Browse the repository at this point in the history
  2. leptonica 1.84.1 (#5)

    wydengyre authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6288d25 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. tesseract 5.3.4 (#4)

    wydengyre authored May 6, 2024
    Configuration menu
    Copy the full SHA
    d9d5e25 View commit details
    Browse the repository at this point in the history
  2. emsdk 3.1.59 (#9)

    resolves #8
    wydengyre authored May 6, 2024
    Configuration menu
    Copy the full SHA
    5ca1c11 View commit details
    Browse the repository at this point in the history
  3. typescript 5.4.5 (#11)

    wydengyre authored May 6, 2024
    Configuration menu
    Copy the full SHA
    a45b4f3 View commit details
    Browse the repository at this point in the history
  4. sharp 0.33.3 (#12)

    wydengyre authored May 6, 2024
    Configuration menu
    Copy the full SHA
    16b1ae4 View commit details
    Browse the repository at this point in the history
  5. prettier 3.2.5 (#13)

    wydengyre authored May 6, 2024
    Configuration menu
    Copy the full SHA
    7a65f48 View commit details
    Browse the repository at this point in the history
  6. chai 5.1.0 (#14)

    wydengyre authored May 6, 2024
    Configuration menu
    Copy the full SHA
    81ba9de View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. remove @rollup/plugin-virtual dependency (#16)

    It's unused.
    wydengyre authored May 12, 2024
    Configuration menu
    Copy the full SHA
    c40e6c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c52117 View commit details
    Browse the repository at this point in the history
  3. node 22.1.0 (#18)

    wydengyre authored May 12, 2024
    Configuration menu
    Copy the full SHA
    25494aa View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    d822ab7 View commit details
    Browse the repository at this point in the history
  2. kill ocr client: support only ocr engine

    We also kill examples: tests can cover their usage.
    wydengyre committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d26334d View commit details
    Browse the repository at this point in the history