Steve Canny

Results 331 comments of Steve Canny

Glad you got it working Barbiani :)

What version are you running? I believe this was fixed about a month ago, so make sure you have the very latest version, v0.6.18 I believe.

Ah, right, this can happen when Word tables becomes non-uniform, that is, not all rows contain the same number of cells (after accounting for merged cells). Unfortunately Word itself can...

This is fixed on `unstructured@main`. It should appear in v0.13.7 which should be released within a week or so. If you want to try it out in the meantime one...

~Hi @rafaelvanbelle, document hierarchy metadata (e.g. category-depth) is not yet supported for Markdown. I'll leave this issue open as an enhancement request :)~

The prior step here is to add an equation to PowerPoint by hand, using the equation editor, and then examine the XML that produces (that works). It helps a lot...

@MartinPacker if you remove a relationship I believe you'll find that the orphaned part is not saved. Also, if you don't have or retain a reference to the part instance...

A few notes based on my recent study of tables: * Adding a row or column should be fairly straightforward. Inserting a row or column at an arbitrary position might...

@viboognesh does this also happen if you say `from unstructured.partition.text import partition_text()`? Trying to narrow down whether it is something specific to PDF.

Can you try interrupting the wait with `^C` and check the stack trace that you get? Maybe do that a few times and see if the results are consistent then...