You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ChangeLog
+10-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
2023-10-05 - V5.3.3
2
+
* Small code fixes and improvements to fix Coverity Scan issues.
3
+
* Disable -mfpu=neon for aarch64.
4
+
* Fix build without git clone in cloned directory (required for FreeBSD).
5
+
* Other build fixes for autotools, cmake and sw.
6
+
* Fix regression in layout detection which was introduced in release 5.0.0.
7
+
* Fix regression which prevented loading of submodels, introduced in release 5.0.0-rc2.
8
+
* Other small improvements for code and documentation.
9
+
1
10
2023-07-11 - V5.3.2
2
11
* Updates for snap package building.
3
12
* Support for Sgaw and W Pwo Karen languages in the Myanmar validator (#4065).
@@ -264,7 +273,7 @@
264
273
* Many other fixes, including the way in which the chopper finds chops and messes with the outline while it does so.
265
274
266
275
2010-11-29 - V3.01
267
-
* Removed old/dead serialise/deserialze methods on *LISTIZED classes.
276
+
* Removed old/dead serialise/deserialize methods on *LISTIZED classes.
268
277
* Total rewrite of DENORM to better encapsulate operation and make
269
278
for potential to extract features from images.
270
279
* Thread-safety! Moved all critical global and static variables to members of the appropriate class. Tesseract is now thread-safe (multiple instances can be used in parallel in multiple threads.) with the minor exception that some control parameters are still global and affect all threads.
0 commit comments