Interface PreExtractedTextProvider
- 
@ConsumerType public interface PreExtractedTextProvider 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable ExtractedTextgetText(java.lang.String propertyPath, Blob blob)Get pre extracted text for given blob at given path 
 - 
 
- 
- 
Method Detail
- 
getText
@Nullable @Nullable ExtractedText getText(java.lang.String propertyPath, Blob blob) throws java.io.IOException
Get pre extracted text for given blob at given path- Parameters:
 propertyPath- path of the binary propertyblob- binary property value- Returns:
 - pre extracted text or null if no pre extracted text found for given blob
 - Throws:
 java.io.IOException
 
 - 
 
 -