Christine Straub
Christine Straub
@isaacna Can you share the PDF document you're trying?
@hschmied Can you share the PDF document you're trying?
@hschmied We've made some updates in table extraction recently. Although it's not perfect yet for your pdf, I can confirm that it has a few improvements. Did you try your...
Hi @Jurij89, The `UncategorizedText` element is no longer supported and you'll need to use the [`Text` element](https://github.com/Unstructured-IO/unstructured/blob/main/unstructured/documents/elements.py#L742) instead.
Hi @Jurij89 I mean the `UncategorizedText` class does not exist in the `unstructured.documents.elements.py` and now the `Text` class has the category "UncategorizedText" so you'll need to import `Text` as an...
This issue is related to issue #1875.
Hi @Jurij89 Yes, if so, you'll need to implement a custom loop that will filter for `UncategorizedText`. ``` categories = ["Title", "NarrativeText", "Table", "ListItem", "UncategorizedText"] filtered_elements = [el for el...
Closes as resolved. @Jurij89 feel free to reopen if you're still having trouble.
Hi @MinnyKuan, Can you please provide an example document?
Closes as inactive.