The ExternalParser and ExternalEmbedder classes currently catch InterruptedException and ignore it.
The methods should either call interrupt() on the current thread or re-throw the exception, possibly wrapped in a TikaException.
See TIKA-775 for a previous discussion.
- relates to
-
TIKA-775 Embed Capabilities
-
- Resolved
-