fdejax90
Results
2
issues of
fdejax90
```python from trp import trp2 as t2 t_document = t2.TDocumentSchema().load(job_results) get_layout_csv_from_trp2(t_document) >>> AttributeError Traceback (most recent call last) Cell In[3], line 1 ----> 1 layout_csv = get_layout_csv_from_trp2(t_document) File [~/.pyenv/versions/3.11.9/lib/python3.11/site-packages/textractprettyprinter/t_pretty_print_layout.py:263](http://localhost:8888/lab/workspaces/auto-R/tree/~/.pyenv/versions/3.11.9/lib/python3.11/site-packages/textractprettyprinter/t_pretty_print_layout.py#line=262), in...