Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grouping lines together #46

Open
bvbg1 opened this issue Feb 22, 2023 · 0 comments
Open

Grouping lines together #46

bvbg1 opened this issue Feb 22, 2023 · 0 comments

Comments

@bvbg1
Copy link

bvbg1 commented Feb 22, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant