aws-samples / aws-samples/amazon-textract-code-samples
Grouping lines together
Offen
- Vorherrschende Sprache
- Jupyter Notebook
- Sterne
- 449
- Forks
- 262
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.