ResourceContentExtractor

Extracts pure content from a marked-up (e.g. HTML) or binary (e.g. PDF) resource.

Inheritors

Types

Link copied to clipboard
interface Factory

Functions

Link copied to clipboard
open suspend fun extractText(resource: Resource): Try<String, ReadError>

Extracts the text content of the given resource.