aws-samples / aws-samples/amazon-textract-code-samples
Grouping lines together
Aperta
- Lingua principale
- Jupyter Notebook
- Stelle
- 449
- Fork
- 262
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.