Tessnet2 tool is not reading words correctly. See attached image, it has words in separate lines:
1) Line 1 has word "Trailer Blind Spot"
2) Line 2 has word "Measurements"
3) Line 3 has word "have been saved"
I want Tessnet2 to return coordinates of the words on different lines. So, above should return 3 coordinates of words,
1) "Trailer Blind Spot"
2) "Measurements"
3) "have been saved"
But Tessnet2 returns coordinates in following way, which is wrong...
1) "Trailer"
2)"Blind"
3) "Spot"
4) "Measurements"
5) "have"
Can anyone please help me ?