Skip to content

Commit

Permalink
bump version number to 2.23.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
auerswal committed May 1, 2023
1 parent cf2391f commit 0cd776b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cd776b

Please sign in to comment.