aws-samples / aws-samples/amazon-textract-code-samples
Grouping lines together
- 主要语言
- 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:

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
```
贡献指南
调研方向
Start with the referenced python/01-detect-text-local.py example and inspect how its detected LINE blocks are handled for the supplied image. Determine whether the example or its documentation explains grouping those blocks, and consider the issue addressed when the requested single-line layout is clearly explained or demonstrated.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- ai
- Issue 类型
- 文档
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100