Skip to content

Grouping lines together #46

@bvbg1

Description

@bvbg1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions