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.0.0-rc3
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.0.0
Choose a head ref
  • 14 commits
  • 14 files changed
  • 2 contributors

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    6f399c0 View commit details
    Browse the repository at this point in the history
  2. Update sw.yml

    egorpugin authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    515e990 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Limit BCER to interval [0,1]

    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    99aea21 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3657 from stweil/bcer

    Limit BCER to interval [0,1]
    egorpugin authored Nov 25, 2021
    Configuration menu
    Copy the full SHA
    3313bb7 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. Remove member function UnicityTable<T>::contains

    It was only used once, and the code using it can be simplified.
    
    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Nov 27, 2021
    3 Configuration menu
    Copy the full SHA
    739057c View commit details
    Browse the repository at this point in the history
  2. Remove member function GenericVector<T>::contains

    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    8b21e4f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Remove unused GenericVector::contains_index, UnicityTable::contains_id

    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    839f528 View commit details
    Browse the repository at this point in the history
  2. Allow compilation with clang-7

    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    ffe2038 View commit details
    Browse the repository at this point in the history
  3. Modernize code in class Classify

    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    5e8d877 View commit details
    Browse the repository at this point in the history
  4. Avoid some unnecessary conversions from float to double

    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    a1f40ca View commit details
    Browse the repository at this point in the history
  5. autobuild: Fix autogen.sh (reduce build time)

    After running autogen.sh and configure, the following make had to
    run autoreconf because of dependencies which needed an update.
    
    This is fixed by running aclocal twice.
    
    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Nov 28, 2021
    1 Configuration menu
    Copy the full SHA
    eb089c1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3663 from stweil/clang7

    Allow compilation with clang-7
    egorpugin authored Nov 28, 2021
    Configuration menu
    Copy the full SHA
    bb155a1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3664 from stweil/classify

    Fix some compiler warnings and avoid float / double conversions in class Classify
    egorpugin authored Nov 28, 2021
    Configuration menu
    Copy the full SHA
    b5d33a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Create new release 5.0.0

    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    924b746 View commit details
    Browse the repository at this point in the history
Loading