Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tesseract-ocr/tesseract
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.4.0-rc1
Choose a base ref
...
head repository: tesseract-ocr/tesseract
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.4.0-rc2
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on May 12, 2024

  1. Update sw.yml

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

Commits on May 15, 2024

  1. Fix setup of datadir on installations with Conda (issue #4230)

    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed May 15, 2024
    Configuration menu
    Copy the full SHA
    bcfdd5e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Fix FP exception in Wordrec::angle_change (issue #4242) (#4243)

    std::asin only allows arguments in [-1, 1], but rounding errors can
    produce values which are slightly outside of this range and which
    would cause a FP exception (or wrong calculation results).
    
    Rename also the internally used function `TPOINT::length` to `TPOINT::length2`
    because it calculates the square of the length.
    
    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil authored May 17, 2024
    Configuration menu
    Copy the full SHA
    74e4381 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Create new release 5.3.5-rc1

    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed May 19, 2024
    3 Configuration menu
    Copy the full SHA
    9a30816 View commit details
    Browse the repository at this point in the history
Loading