You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
ajjimeno
changed the title
Field test is None when running DocumentLayout.from_file
Field text is None when running DocumentLayout.from_file
Jan 19, 2024
ajjimeno
changed the title
Field text is None when running DocumentLayout.from_file
bug/field text is None when running DocumentLayout.from_file
Jan 21, 2024
I am using version 0.7.21.
If I run the following code, the text from all the entities is None.
The text was updated successfully, but these errors were encountered: