aws-samples / aws-samples/amazon-textract-code-samples
Grouping lines together
- Ngôn ngữ chính
- Jupyter Notebook
- Star
- 449
- Fork
- 262
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
```
Hướng dẫn đóng góp
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- python
- Lĩnh vực
- ai
- Loại issue
- Tài liệu
- Độ khó
- 2/5
- Thời gian dự kiến
- 1-3 giờ
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 25/100