# ExAnydoc v0.1.0 - Table of Contents

> Elixir bindings for anydoc, a local document-to-Markdown converter

## Pages

- [ExAnydoc](readme.md)

- Guides
  - [Getting started](getting-started.md)
  - [Formats and conversion](formats-and-conversion.md)
  - [Structured document model](document-model.md)
  - [Errors, safety, and deployment](errors-and-deployment.md)

- Project
  - [Changelog](changelog.md)
  - [LICENSE](license.md)

## Modules

- Public API
  - [ExAnydoc](ExAnydoc.md): Converts office documents into GitHub-Flavored Markdown using Firecrawl's
`anydoc` Rust library.
  - [ExAnydoc.Document](ExAnydoc.Document.md): The information-preserving document model produced by `ExAnydoc.to_document/2`.

