mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
d30f45fbfd
commit
64eab6c457
18
ChangeLog
18
ChangeLog
@ -1,3 +1,21 @@
|
||||
2024-11-10 - V5.5.0
|
||||
* Set hOCR capabilities ocrp_dir and ocrp_lang unconditionally.
|
||||
* Calculate row bounding box in single-word mode per (issue #4304).
|
||||
* Reduce clock syscalls (#4303).
|
||||
* Several small performance and other code fixes.
|
||||
* Modernized code.
|
||||
* Print time for tessedit_timing_debug in milliseconds.
|
||||
* Print time for ErrorCounter::ComputeErrorRate in milliseconds.
|
||||
* cmake: Correctly set the soversion based on SemVer properties.
|
||||
* Do not export PDBs for static libraries (issue #4279).
|
||||
* Several other small fixes and improvements for builds and CI.
|
||||
* Modernize code for renderers and remove filename conversion for Windows (#4330).
|
||||
* Add build rule for Windows installer.
|
||||
* Support symbolic values for --oem and --psm options.
|
||||
* Remove Tensorflow support.
|
||||
* Add RISC-V V support (#4346).
|
||||
* Remove broken GitHub action msys2-4.1.1.
|
||||
|
||||
2024-06-11 - V5.4.1
|
||||
* Avoid FP overflow in NormEvidenceOf (fixes issue #4257) (#4259)
|
||||
* Small build fixes and code improvements (#4262, #4263, #4266, #4267)
|
||||
|
@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
|
||||
# Define date of package, etc. Could be useful in auto-generated
|
||||
# documentation.
|
||||
PACKAGE_YEAR=2024
|
||||
PACKAGE_DATE="06/11"
|
||||
PACKAGE_DATE="11/10"
|
||||
|
||||
abs_top_srcdir=`AS_DIRNAME([$0])`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user