Interface Initializable

All Known Subinterfaces:
ObjectRecogniser
All Known Implementing Classes:
ObjectRecognitionParser, PDFParser, PDFPreflightParser, SentimentAnalysisParser, SQLite3Parser, TensorflowImageRecParser, TensorflowRESTCaptioner, TensorflowRESTRecogniser, TensorflowRESTVideoRecogniser, TesseractOCRParser

@Deprecated(since="2026-04-30") public interface Initializable
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Components that must do special processing across multiple fields at initialization time should implement this interface.

TikaConfig will call initialize on Initializable classes after setting the parameters for non-statically service loaded classes.

TikaConfig will call checkInitialization on all Initializables, whether loaded statically