I am using online library and able to fetch words from an image with their locations.
Now I want to form sentences exactly like which are in image.
Any idea how can I do that?
Earlier i used the distance between two words and if there are pretty close then it means it is a part of a sentence but this approach is not working fine Please help
This is the json I am receiving I have...
"WordText": "Word 1", "Left": 106, "Top": 91, "Height": 9, "Width": 11 }, { "WordText": "Word 2", "Left": 121, "Top": 90, "Height": 13, "Width": 51 } . . . More Words