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
I don't fully understand if this is how modes other than eparse and structured (namely digest and table-digest) could ever work.
Was it supposed to be an elif to the eparse condition?
Hi, thanks for opening this issue and your interest in eparse. The contrib function you’re referencing needs to be reworked as it was written for an old version of unstructured. You can either write your own control loop to identify and process xlsx files or change lines 105 and 113 to use in instead of ==. I’ll update this contrib module in a future release and fix these things in the update to latest unstructured.
thanks for your reply. I tried with a change on your code putting the ifs in the right order (or at least what I think it was the right one) and I think I actually need the vanillaeparse mode so I think I'll wait for the next release when there'll be one.
I don't fully understand if this is how modes other than eparse and structured (namely
digest
andtable-digest
) could ever work.Was it supposed to be an elif to the eparse condition?
eparse/eparse/contrib/unstructured/xlsx.py
Lines 105 to 128 in 949d298
The text was updated successfully, but these errors were encountered: