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
[ ] bug report -> please search issues before submitting
[ ] feature request
[ ] documentation issue or request
[x] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
When I run main.py in the api folder, the port connects successfully. However, when I execute main.py from the eval folder, it throws a "500 Internal Server Error"a nd the terminal output in the api directory shows the following error:
AttributeError: 'lxml.etree._ProcessingInstruction' object has no attribute 'is_phrasing'
Any log messages given by the failure
AttributeError: 'lxml.etree._ProcessingInstruction' object has no attribute 'is_phrasing'
Expected/desired behavior
I updated the unstructured library to version 0.15.9 due to issues with the old version, when running the requirements file in the api folder. However, after updating, the text-only sample raw files fail to process and throw the error, while the vision_and_text_sample raw files work correctly and produce output in the output folder.
OS
macOS
The text was updated successfully, but these errors were encountered:
Jaiaggarwaaaaal
changed the title
issue in running eval folder's data file "text_only_sample"
issue in "text_only_sample"
Sep 9, 2024
This issue is for a:
Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS
The text was updated successfully, but these errors were encountered: