# ExPdfInspector v0.1.0 - Table of Contents

> Elixir NIF bindings for Firecrawl's pdf-inspector. Classify PDFs, route pages to OCR, extract positioned text and generate Markdown locally

## Pages

- [ExPdfInspector](readme.md)
- [LICENSE](license.md)

- Guides
  - [Getting Started](getting-started.md)
  - [Processing and Options](processing-and-options.md)

## Modules

- [ExPdfInspector](ExPdfInspector.md): Inspects PDFs and extracts their content through the `pdf-inspector` crate.
- [ExPdfInspector.DetectionOptions](ExPdfInspector.DetectionOptions.md): Configures how PDF pages are inspected to identify the document type.
- [ExPdfInspector.MarkdownOptions](ExPdfInspector.MarkdownOptions.md): Configures how PDF content is converted to Markdown.
- [ExPdfInspector.PdfOptions](ExPdfInspector.PdfOptions.md): Defines the options used to process a PDF.

