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

Grouping lines together

オープン
#46 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Jupyter Notebook
スター
449
フォーク
262
PR マージ指標
30日以内にマージされた PR はありません

説明

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
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。