Skip to content

bug/field text is None when running DocumentLayout.from_file #316

Open
@ajjimeno

Description

@ajjimeno

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions