aws-samples / aws-samples/amazon-textract-response-parser

How to get where a Table occurs in the document relative to Lines

Open
#162 4 comments 1 reaction 0 assignees View on GitHub
enhancement javascript
Dominant language
TypeScript
Stars
236
Forks
97
PR merge metrics
No merged PRs in 30d

Description

Take, for example, the below table. It occurs after "Key: Value" and before "Another Line". I'd like to be able to process

```
Some Line
Key: Value

| Some Header | Another Header |
| - | - |
| Some Value | Another Value

Another Line
```

I'd like to be able to iterate through a page and see the following items in order:
1. Line ("Some Line")
2. KeyValue ("Key", "Value")
3. Table
4. Line ("Another Line")

Is this possible?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.