-
- All Implemented Interfaces:
public interface ResourceContentExtractorExtracts pure content from a marked-up (e.g. HTML) or binary (e.g. PDF) resource.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceResourceContentExtractor.Factory
-
Method Summary
Modifier and Type Method Description Try<String, Resource.Exception>extractText(Resource resource)Extracts the text content of the given resource. -
-
Method Detail
-
extractText
Try<String, Resource.Exception> extractText(Resource resource)
Extracts the text content of the given resource.
-
-
-
-