Skip to content

Releases: GreatV/oar-ocr

v0.2.2

29 Sep 23:46
c7f762d

Choose a tag to compare

What's Changed

  • refactor: clean up configuration and validation logic, remove unused memory strategy by @GreatV in #34
  • Add function to allow loading images from memory by @mariinkys in #35
  • bump: update package version to 0.2.2 by @GreatV in #36

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

26 Sep 15:22
4ade64d

Choose a tag to compare

What's Changed

  • Refactor tests and improve error handling by @GreatV in #28
  • refactor: enhance dynamic image padding strategies by @GreatV in #29
  • Refactor document rectifier and text line classifier by @GreatV in #30
  • reorganize the project structure by @GreatV in #33

Full Changelog: v0.2.0...v0.2.1

v0.2.0

13 Aug 15:26

Choose a tag to compare

What's Changed

  • docs: update README with pre-trained model details and download links by @GreatV in #21
  • Refactor OCR predictor modules by @GreatV in #22
  • docs: update model tables in README for clarity and consistency by @GreatV in #23
  • docs: correct spelling of OAROCR in README for consistency by @GreatV in #24
  • refactor: streamline parallel processing configuration and improve im… by @GreatV in #25
  • feat(image): Enhance image loading and processing utilities by @GreatV in #27

Full Changelog: v0.1.1...v0.2.0

v0.1.1

03 Aug 11:42
a866aef

Choose a tag to compare

What's Changed

  • Create CODE_OF_CONDUCT.md by @GreatV in #18
  • feat: add visualization utilities for OCR results by @GreatV in #19
  • fix: update nalgebra dependency version to 0.34 by @GreatV in #20

Full Changelog: v0.1.0...v0.1.1

v0.1.0

01 Aug 00:31
a21033e

Choose a tag to compare

What's Changed

  • Create dependabot.yml by @GreatV in #1
  • Changed package-ecosystem: "" to package-ecosystem: "cargo" by @GreatV in #2
  • build(deps): update criterion requirement from 0.5 to 0.7 by @dependabot[bot] in #3
  • build(deps): update itertools requirement from 0.12 to 0.14 by @dependabot[bot] in #6
  • build(deps): update thiserror requirement from 1.0 to 2.0 by @dependabot[bot] in #5
  • build(deps): update rand requirement from 0.8 to 0.9 by @dependabot[bot] in #4
  • Create rust.yml by @GreatV in #7
  • docs: improve Rust documentation formatting by @GreatV in #8
  • ci: restructure GitHub Actions workflows by @GreatV in #9
  • docs: enhance library documentation by @GreatV in #10
  • ci: update Rust toolchain action to use dtolnay/rust-toolchain@stable by @GreatV in #11
  • fix: ensure CARGO_REGISTRY_TOKEN is set in the environment by @GreatV in #12
  • fix: update categories in Cargo.toml from "deep-learning" to "science" by @GreatV in #13

New Contributors

Full Changelog: https://github.com/GreatV/oar-ocr/commits/v0.1.0