Sammi-Smith
Results
2
comments of
Sammi-Smith
@awalker4 it looks like this is the commit where the bug was introduced: https://github.com/Unstructured-IO/unstructured/commit/d594c06a3e3a6c3b19fefc3fbcc316f3f872c530 Tagging you since you would probably be the best one to make this minor fix! :)
In addition, sometimes this portion of the code errors out when the `open()` function encounters a `UnicodeDecodeError`. I'd recommend passing in `errors = 'ignore'` to the `open()` function to allow...