qued
qued
Thanks for submitting this, @igoforth ! I'm attempting to reproduce from the list of files you provided. My initial take is that it looks like the error is occurring in...
I've parsed a couple hundred of these docs now without errors. Can you by any chance point to a specific document that gives you the error you got?
Ok it looks like you're running into the issue referenced [here](https://github.com/python-openxml/python-docx/issues/1146) and [here](https://github.com/python-openxml/python-docx/issues/531). It looks like this issue has been around for a while in the `python-docx` library with no...
Slack conversation: https://unstructuredw-kbe4326.slack.com/archives/C044N0YV08G/p1713364225537139 We've previously encountered this error in #1920 and closed the issue with #1996. The user is running a version of `unstructured` with the fix merged, so presumably...
As written, when an element is an instance of `Table` or `TableChunk` it won't be added to `out_elements` at all, which doesn't seem like desired behavior.
Closing as resolved by #4044