This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from pathlib import Path | |
| from typing import Iterable, Any | |
| from pdfminer.high_level import extract_pages | |
| page_height = 0 | |
| page_width = 0 | |
| def show_ltitem_hierarchy(o: Any, depth=0): |