With this configuration:
tesseract 3.05.01
leptonica-1.75.3
libjpeg 8d (libjpeg-turbo 1.4.2) : libpng 1.6.20 : zlib 1.2.8
Running:
tesseract --psm 7 -l eng 24-block-0-L-42.png out
gives me:
3765 Sexualhormonbind. Globulin 1, 15 30 , 16
Upscaling the image to height 50px gives me:
3765 Sexualhormonbind. Globulin 1,15 30,16
As attachment you find the hocr output I get with your command.
This for the second image (as is):
3620 Risen 1,15 2,68
For images like this you may also cut it into three parts:
3765
Sexualhormonbind. Globulin
1,15 30,16
and use a different "tessedit_char_whitelist" for each, like this:
tesseract --psm 7 -l eng -c tessedit_char_whitelist="1234567890" crop.png out