Closed fourdollars closed 4 years ago
Hi,
a quick look at the picture indicates that you would need to use the shear
command (https://www.unix-ag.uni-kl.de/~auerswal/ssocr/ssocr-manpage.html#sect45) to allow ssocr
to separate the decimal point (dot) from the preceding digit 4.
Thanks, Erik
(I have save the image from the URL https://i.imgur.com/N0lwjIA.png locally as 14.09.png
.)
The number in the image is correctly recognized after adding shear 13
to the command line:
$ ssocr -d-1 shear 13 14.09.png
14.09
You can use the -D
resp. --debug-image
option (https://www.unix-ag.uni-kl.de/~auerswal/ssocr/ssocr-manpage.html#sect18) to have ssocr
create an image showing the picture after transformation steps and adding lines to show algorithm operation (see https://www.unix-ag.uni-kl.de/~auerswal/ssocr/ for a description). Without shear
this debug looks as follows:
As you can see, the decimal point / dot / period is included in the digit 4.
When adding shear 13
to the command line, the decimal point is separated from the digit:
Thanks, Erik
Thx a lot. <3
https://i.imgur.com/N0lwjIA.png is 14.09 however it fails to recognise the point.