-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug/reading html file returns empty list #3708
Labels
bug
Something isn't working
Comments
The same problem. |
Same here |
+1 |
Anything new here? Even a coment would help on how to preporcess something like this. |
+1 |
Same problem. I guess the cause is here:
It seems this is a feature, but it makes the HTML parser unable to parse custom HTML tags appropriately. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While reading html files we encountered the problem that we end up with an empty list.
Here is a small example:
We would expect something like
We use version
0.15.13
of unstructured.Through try and error, the problem seems to come from the custom tags
<hauptteil_AB>
and<fussteil_B>
.We appreciate any help on this issue.
The text was updated successfully, but these errors were encountered: