Erik Auerswald c398203845 Avoid division by zero during recognition of "one" and "decimal point".
Do not divide by digit width or height if it is zero, just skip this
digit during special case recognition of a "one" or a "decimal point".

Currently, the scan line detection will see the following if digit width
or height is zero:
 _
|
|

This results in printing an underscore ('_') character for a not
recognized digit.

Bump version number to 2.14.1 for this bug fix.
2013-09-02 13:47:00 +00:00
2008-03-02 15:03:51 +00:00
2008-03-02 15:03:51 +00:00
2013-01-08 16:56:37 +00:00
2013-01-08 16:56:37 +00:00
2013-01-11 11:20:22 +00:00
2013-01-08 16:56:37 +00:00
S
Description
Seven Segment Optical Character Recognition
1 MiB
Languages
C 87.7%
Roff 9.9%
Makefile 2.4%