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
bugfixInconsistencies or issues which will cause a problem for users or implementers.staleThere has not been activity on this issue or PR for quite some time.
I use Tika + Gotenberg (see docs) to handle office documents and when I run the mentioned script, I get
Value ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.odf.OpenDocumentParser'] of type<class 'list'> is
invalid for DocumentMetadataType.value, expected value of type str | None
Value ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.microsoft.ooxml.OOXMLParser'] of type<class 'list'>
is invalid for DocumentMetadataType.value, expected value of type str | None
Value ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.microsoft.OfficeParser'] of type<class 'list'> is
invalid for DocumentMetadataType.value, expected value of type str | None
It seems like docx etc. documents are still found when running remote = get_remote(), but I wanted to point this out in case it's easy to fix.
Best
Alex
The text was updated successfully, but these errors were encountered:
There hasn't been any activity on this issue recently, so we have to clean up some inactive issues.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thank you.
bugfixInconsistencies or issues which will cause a problem for users or implementers.staleThere has not been activity on this issue or PR for quite some time.
Hi @tb1337,
thanks for the awesome work! I'm using this scripts from The-Compiler to double check imports.
I use Tika + Gotenberg (see docs) to handle office documents and when I run the mentioned script, I get
It seems like
docx
etc. documents are still found when runningremote = get_remote()
, but I wanted to point this out in case it's easy to fix.Best
Alex
The text was updated successfully, but these errors were encountered: