ExEbook v0.1.0 ExEbook View Source

Documentation for ExEbook Metadata metadata.

Link to this section Summary

Link to this section Types

Specs

metadata() :: %ExEbook.Metadata{
  authors: term(),
  cover: term(),
  isbn: term(),
  language: term(),
  pages: term(),
  publisher: term(),
  subject: term(),
  title: term()
}

Specs

opts() :: Keyword.t()

Specs

path() :: String.t()

Link to this section Functions

Link to this function

extract_metadata(path, opts \\ [])

View Source

Specs

extract_metadata(path(), opts()) :: metadata()