Interface PreExtractedTextProvider


@ConsumerType public interface PreExtractedTextProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable ExtractedText
    getText(String propertyPath, Blob blob)
    Get pre extracted text for given blob at given path
  • Method Details

    • getText

      @Nullable @Nullable ExtractedText getText(String propertyPath, Blob blob) throws IOException
      Get pre extracted text for given blob at given path
      Parameters:
      propertyPath - path of the binary property
      blob - binary property value
      Returns:
      pre extracted text or null if no pre extracted text found for given blob
      Throws:
      IOException