We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I am using version 0.7.21.
If I run the following code, the text from all the entities is None.
from unstructured_inference.inference.layout import DocumentLayout file = "sample-docs/layout-parser-paper-fast.pdf" doc = DocumentLayout.from_file(file)