Essence.Document.paragraphs
You're seeing just the function
paragraphs
, go back to Essence.Document module for more information.
Link to this function
paragraphs(document)
Specs
paragraphs( document :: %Essence.Document{ meta: term(), nested_tokens: term(), text: term(), type: term(), uri: term() } ) :: List.t()
Retrieve the tokenized paragraphs from the given Essence.Document
.