Interface IBaseIndexationModule

All Superinterfaces:
IModule, Remote
All Known Subinterfaces:
IIndexationModule
All Known Implementing Classes:
IndexationModuleImpl

@Deprecated(since="2026.0.0", forRemoval=true) public interface IBaseIndexationModule extends IModule
Deprecated, for removal: This API element is subject to removal in a future version.
use com.axemble.vdoc.sdk.modules.IIndexationModule instead
The base indexation module interface.
  • Method Details

    • retrieveTextExtractorProcessor

      ITextExtractorProcessor retrieveTextExtractorProcessor()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Retrieve a text extractor processor
      Returns:
      the ITextExtractorProcessor
    • sanitizeContent

      String sanitizeContent(String content)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sanitize content
      Parameters:
      content - the content
      Returns:
      a string with JavaScript and DOM elements sanitized