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
40
41
42
43
44
45
46
47
48
49
50
51---
title: Providing Feedback
date: 2026-03-23
author: Equalify Tech Team
description: How to report issues and suggest corrections for converted documents.
---
# Providing Feedback
When you encounter an issue in a converted document, feedback helps us identify the most impactful problems and prioritize pipeline improvements.
## How to Report
Feedback is collected through the [Equalify Reflow for WordPress](wordpress-plugin.md) plugin. When feedback is enabled in the plugin settings, the document viewer includes a feedback interface where users can submit two types of reports:
### Issue Reports
Describe a problem you've found. Each report includes:
- **Description** โ what's wrong
- **Category** โ select the best fit:
- **Content** โ incorrect text, missing content, OCR errors
- **Formatting** โ layout issues, broken tables, misplaced images
- **Accessibility** โ missing alt text, incorrect heading levels, unlabeled elements
- **Structure** โ wrong reading order, misplaced sections, broken lists
- **Page** (optional) โ which page the issue appears on
- **Section** (optional) โ which section of the document
### Text Corrections
If you find incorrect text, you can propose a specific fix by providing the original text and your corrected version along with a brief explanation.
## Where Feedback Goes
Feedback is sent to the [Equalify Reflow Feedback Service](https://github.com/EqualifyEverything/equalify-reflow-feedback), a centralized service that collects reports from all connected WordPress sites.
The feedback service provides:
- **Filtering** โ search feedback by document, category, type, source, and date range
- **Aggregated statistics** โ totals by category, type, and time window
- **Analytics dashboard** โ a Metabase instance for exploring feedback patterns
## How Feedback Improves the System
Feedback directly informs pipeline development:
- **Issue patterns** reveal which pipeline stages need the most work. If "table formatting" is the most-reported category, table handling gets prioritized
- **Text corrections** provide concrete before/after examples that can be used as test cases for regression testing
- **Document-specific reports** identify which document types are most challenging, guiding the selection of pilot documents for testing
- **Volume trends** show whether pipeline updates are reducing the rate of issues over time