aws-samples / aws-samples/amazon-textract-code-samples
Grouping lines together
Open
- Dominant language
- Jupyter Notebook
- Stars
- 449
- Forks
- 262
- PR merge metrics
- No merged PRs in 30d
Description
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:

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
```
Contributor guide
Assessment
This issue has not been assessed yet.