Packages

An Elixir library for extracting text from docs/xlsx/pptx files.

Current section

Files

Jump to
extr_text CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.2.0 (2021-11-22)
* Add `ExtrText.get_texts/1` for retrieving the content of OOXML document as a double nested list of strings.
* Add `ExtrText.get_metadata/1` for retrieving the properties of OOXML document as a struct.
* Remove `ExtrText.extract/1`.
## 0.1.0 (2021-11-20)
* Add `ExtrText.extract/1` for retrieving the content of OOXML document as a single text.