# Parse for Artisans

> Turn PDFs, Word docs, spreadsheets, and more into clean Markdown, built for Laravel.

## Getting Started

- [Introduction](https://parseforartisans.com/docs/index.md): Turn PDFs, Word docs, spreadsheets, and more into clean Markdown, built for Laravel.
- [Installation](https://parseforartisans.com/docs/installation.md): Create an account at parseforartisans.com, and grab two values from the dashboard: your API key and your webhook signing secret.
- [Instructions for Agents](https://parseforartisans.com/docs/agents.md): Parse for Artisans turns PDFs, Word docs, spreadsheets, and more into clean Markdown, built for Laravel.

## Usage

- [Parsing Documents](https://parseforartisans.com/docs/parsing-documents.md): Use the Parse facade. It takes a path on a Laravel filesystem disk (resolved like Storage::get(), so you never hand-build an OS path):
- [Handling Results](https://parseforartisans.com/docs/handling-results.md): You never write webhook-handling code. The SDK ships the route, verifies the signed callback, and matches it back to your ParseRequest, then fires a Larave...

## Going Further

- [Local Development](https://parseforartisans.com/docs/local-development.md): Two things differ on a laptop, and the SDK handles both so your code stays identical to production: where results are stored, and how they're delivered bac...
- [Testing](https://parseforartisans.com/docs/testing.md): You don't need a special test double from this package. The SDK is built on Laravel's own HTTP client, filesystem, and events, so you test an app that uses...

## Reference

- [Supported Formats](https://parseforartisans.com/docs/supported-formats.md): You call -parse() on anything below; we detect the type and route it for you. There's nothing to configure per format.
- [API Reference](https://parseforartisans.com/docs/api-reference.md): The HTTP API for submitting documents directly, without the Laravel SDK. Use it to integrate from any language or runtime. The SDK is the recommended path...
