bump version number to 2.23.0

This ssocr release adds new features and thus addresses
GitHub issue #21:

* new option -N, --min-segment=SIZE
* new option -M, --min-char-dims=WxH
* a range of expected digits can be specified (before, only
  a single number could be specified, or the number could be
  left unspecified)
This commit is contained in:
Erik Auerswald
2023-05-01 19:36:47 +02:00
parent cf2391f400
commit 0cd776b479
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
Noteworthy Changes in ssocr Releases
====================================
Upcoming Version ?.??.? (????-??-??):
-------------------------------------
Version 2.23.0 (2023-05-01):
----------------------------
* New option -N, --min-segment to specify the minimum width and height of
a segment, for both scanline based and ratio based character recognition
* New option -M, --min-char-dims to specify minimum character dimensions
+1 -1
View File
@@ -23,7 +23,7 @@
#define SSOCR2_DEFINES_H
/* version number */
#define VERSION "2.22.2+"
#define VERSION "2.23.0"
/* states */
#define FIND_DARK 0