1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39# Equalify Reflow documentation
Equalify Reflow turns PDF documents into accessible markdown. These docs are organised in [DiΓ‘taxis](https://diataxis.fr/) modes β each page serves one purpose.
**New here?** Start with [Getting Started](getting-started.md) to find the path that matches you (partner, WordPress user, or developer).
## Tutorials
Guided, hands-on walkthroughs. Follow these when you're new and want to learn by doing.
- [Process your first PDF with WordPress](tutorials/process-your-first-pdf-with-wordpress.md) β install the plugin, connect it to a Reflow instance, and convert a real document end-to-end
## How-to guides
Recipes for specific tasks. Use these when you know what you want to accomplish.
- [Use the WordPress plugin](how-to/use-the-wordpress-plugin.md) β day-to-day tasks: processing, managing, re-processing, multisite, troubleshooting
- [Integrate via the API](how-to/integrate-via-api.md) β copy-pasteable recipes for submit, stream, PII approval, ledger, figures
- [Interpret the output](how-to/interpret-the-output.md) β a reviewer's 4-minute quality scan for a converted document
- [Provide feedback](how-to/provide-feedback.md) β how to report issues and suggest corrections
## Reference
Authoritative lookups β tables, enumerations, endpoint shapes. Use when you need to check a fact.
- [API reference](reference/api.md) β endpoints, authentication, request/response shapes
- [Supported document types](reference/supported-document-types.md) β size limits, quality by doc type, known limitations
## Explanation
Why Reflow works the way it does β concepts, tradeoffs, background. Read when you want to understand the system.
- [How it works](explanation/how-it-works.md) β the five-stage pipeline, model choices, accessibility thesis
- [Architecture](explanation/architecture.md) β system components, data flow, infrastructure topology
## Contributing
Reflow is open-source at [EqualifyEverything/equalify-reflow](https://github.com/EqualifyEverything/equalify-reflow) under AGPL-3.0-or-later. Development setup, testing strategy, and "how to add an agent" live in that repo β see [its CONTRIBUTING.md](https://github.com/EqualifyEverything/equalify-reflow/blob/main/CONTRIBUTING.md) and [docs/](https://github.com/EqualifyEverything/equalify-reflow/tree/main/docs) directory.