Hello
I am using tesseract 5.3.4 in one machine and it returns good results when processing an image. In other machine I had version 5.5.1 and the results are completely wrong. I tested 5.5.0 and 5.5.3 with the same image, parameters, tessdata and they also failed.
The intermediate images look similar both in 5.3.4 and 5.5.1.
I also tested 5.4.0 with same bad results and 5.3.3 with good ones.
Good tsv lines:
level page_num block_num par_num line_num word_num left top width height conf text
1 1 0 0 0 0 0 0 2480 3508 -1
2 1 1 0 0 0 101 1133 19 180 -1
3 1 1 1 0 0 101 1133 19 180 -1
4 1 1 1 1 0 101 1133 19 180 -1
5 1 1 1 1 1 111 1306 3 7 60.997017 -
5 1 1 1 1 2 101 1263 18 36 33.682640 CF
5 1 1 1 1 3 101 1133 19 120 9.206154 B03350
2 1 2 0 0 0 98 1324 25 326 -1
3 1 2 1 0 0 98 1324 25 326 -1
4 1 2 1 1 0 98 1324 25 326 -1
5 1 2 1 1 1 98 1617 18 33 84.405296 187.
5 1 2 1 1 2 99 1554 23 46 92.231743 Hoja
5 1 2 1 1 3 100 1481 18 63 70.886536 3.597.
5 1 2 1 1 4 100 1359 23 111 51.545906 Inseripción
5 1 2 1 1 5 103 1324 16 21 44.476051 1,
And the 5.5.3 bad result:
level page_num block_num par_num line_num word_num left top width height conf text
1 1 0 0 0 0 0 0 2480 3508 -1
2 1 1 0 0 0 412 173 441 12 -1
3 1 1 1 0 0 412 173 441 12 -1
4 1 1 1 1 0 412 173 441 12 -1
5 1 1 1 1 1 412 173 441 12 95.000000
2 1 2 0 0 0 450 214 394 11 -1
3 1 2 1 0 0 450 214 394 11 -1
4 1 2 1 1 0 450 214 394 11 -1
5 1 2 1 1 1 450 214 394 11 95.000000
2 1 3 0 0 0 623 176 9 148 -1
3 1 3 1 0 0 623 176 9 148 -1
4 1 3 1 1 0 623 176 9 148 -1
5 1 3 1 1 1 623 176 9 148 95.000000
2 1 4 0 0 0 650 176 8 165 -1
3 1 4 1 0 0 650 176 8 165 -1
4 1 4 1 1 0 650 176 8 165 -1
5 1 4 1 1 1 650 176 8 165 95.000000
tesseract Albaran2.png stdout -l eng --tessdata-dir ./tessdata --oem 1 --psm 3 tsv