ExtrText (extr_text v0.1.0)

ExtrText is an Elixir library for extracting text and meta information from .docx, .xlsx, .pptx files.

Link to this section Summary

Functions

Extract title, subject, description and body as a joined string from the specified binary data.

Link to this section Functions

Specs

extract(binary()) :: {:ok, String.t()} | {:error, String.t()}

Extract title, subject, description and body as a joined string from the specified binary data.