Get error with basic docx example #1912
-
Hi, I've installed unstructured and then tested the suggested example for docx. I have an error "TypeError: super(type, obj): obj must be an instance or subtype of type". I'm looking for a quick solution. Could you support me, please? Example:``` import docx from unstructured.partition.docx import partition_docx document = docx.Document() elements = partition_docx(filename="mydoc.docx") with open("mydoc.docx", "rb") as f:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Restarted the kernel, now working |
Beta Was this translation helpful? Give feedback.
Restarted the kernel, now working