unstructured
d6efd52b - fix: isalnum referenced before assignment (#1586)

Commit
2 years ago
fix: isalnum referenced before assignment (#1586) **Executive Summary** Fix bug on the `get_word_bounding_box_from_element` function that prevent `partition_pdf` to run. **Technical Details** - The function originally first define `isalnum` on the first index. Now switched to conditional on flag value.
Author
Parents
Loading