I'm using this example: https://github.com/aws-samples/amazon-textract-code-samples/blob/master/python/01-detect-text-local.py For this image: <img width="240" alt="line" src="https://user-images.githubusercontent.com/125616703/220606872-5f26fd5b-1c73-4f87-a303-ee18871d7580.png"> I'm getting: ``` this is one line second line more here ``` How can we group 'LINES' tokens in a single line? The output I'm looking for is: ``` this is one line second line more here ```