aws-samples / aws-samples/amazon-textract-code-samples

Grouping lines together

Aperta
#46 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
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:
line

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.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.