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
Describe the bug
I follow the readme to run the example in docker container, but encountered a "No such file or directory." error.
To Reproduce
Just follow the steps in README.md:
python3
>>> from unstructured.partition.pdf import partition_pdf
>>> elements = partition_pdf(filename="example-docs/layout-parser-paper-fast.pdf")
Expected behavior
No error be reported.
Screenshots
Environment Info
This is from the latest docker image(downloads.unstructured.io/unstructured-io/unstructured:latest), not my local env. The bug is a document bug, not related with code.
Additional context
No; You just try it will know.
The text was updated successfully, but these errors were encountered:
Describe the bug
I follow the readme to run the example in docker container, but encountered a "No such file or directory." error.
To Reproduce
Just follow the steps in README.md:
Expected behavior
No error be reported.
Screenshots
Environment Info
This is from the latest docker image(downloads.unstructured.io/unstructured-io/unstructured:latest), not my local env. The bug is a document bug, not related with code.
Additional context
No; You just try it will know.
The text was updated successfully, but these errors were encountered: