Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas authored Jun 4, 2024
1 parent 2a0cb26 commit 5dddbe4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,13 @@ print_first_n_lines(demo_output, n=7)
...
</pre>


> [!TIP]
>
> **FAQ: How do I get the text of each element (or all of the document)? How do I get all of the text in a specific section?**
>
> Use the `element.text` field. Check out [this notebook](https://github.com/Elijas/sec-parser-exploration/blob/main/00_mdna.ipynb) for a full example.
We can also construct a semantic tree to allow for easy filtering by parent sections:

```python
Expand Down

0 comments on commit 5dddbe4

Please sign in to comment.