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:
- Line ("Some Line")
- KeyValue ("Key", "Value")
- Table
- Line ("Another Line")
Is this possible?
Take, for example, the below table. It occurs after "Key: Value" and before "Another Line". I'd like to be able to process
I'd like to be able to iterate through a page and see the following items in order:
Is this possible?