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

Grouping lines together

Open
#46 0 comments 0 reactions 0 assignees View on GitHub
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:
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
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.