Skip to content

Commit

Permalink
Update ReleaseNotes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdo authored Aug 14, 2024
1 parent bb0823d commit af52e2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,14 +266,14 @@ _Dec 26 2019_
* Add the parameter `pageseg_apply_music_mask` to allow disabling the music mask.
* Add ComposedBlock level to the ALTO renderer making it more in line with the hOCR renderer.
* Training. Extend the function `BoxFileName` to handle more image names: `.bin.png` and `.nrm.png`. In PR [#2686](https://github.com/tesseract-ocr/tesseract/pull/2686).
* Add an option to build tesseract with the sw build system and package manager. Building with cppan is deprecated.
* Fix more locale handling issues found since 4.1.0.
* Fix a memory leak in text2image.
* Fix potential bugs discovered by running UndefinedBehaviorSanitizer.
* Fix many issues reported by Coverity Scan.
* Code Cleanup and modernization.
* Code optimization.
* Many bug fixes.
* Add an option to build tesseract with the sw build system and package manager. Building with cppan is deprecated.

# V4.1.0

Expand All @@ -290,10 +290,10 @@ _Jul 07 2019_
* Fix for bounding box problem.
* Implemented support for whitelist/blacklist in LSTM engine.
* Make user-words and user-patterns files work with the LSTM engine. [#2328](https://github.com/tesseract-ocr/tesseract/pull/2328)
* Disable OpenMP support by default. This was done in the the CMake build, but not in the Autotools build, where the OpenMP is still enabled by default (see e.g. #1171, #1081).
* Improve CMake configuration.
* Code modernization and improvements.
* A lot of bug fixes.
* Improve CMake configuration.
* Disable OpenMP support by default. This was done in the the CMake build, but not in the Autotools build, where the OpenMP is still enabled by default (see e.g. #1171, #1081).

# V4.0.0

Expand Down

0 comments on commit af52e2a

Please sign in to comment.