{% extends "base.html" %} {% block title %}Review Queue{% endblock %} {% block content %}
Work through OCR review, field extraction, quality review, and recent activity.
| Document | Type | Review status | Updated |
|---|---|---|---|
| {{ doc.document_id }} | {{ doc.document_type }} | {{ doc.review_status }} | {{ doc.updated_at }} |
No documents currently need OCR review.
{% endif %}| Document | Type | Review status | Updated |
|---|---|---|---|
| {{ doc.document_id }} | {{ doc.document_type }} | {{ doc.review_status }} | {{ doc.updated_at }} |
No reviewed documents are waiting on field extraction.
{% endif %}No cocktail line items are waiting for quality review.
{% endif %}| Document | Type | Review status | Current path | Updated |
|---|---|---|---|---|
| {{ doc.document_id }} | {{ doc.document_type }} | {{ doc.review_status }} | {{ doc.current_path }} | {{ doc.updated_at }} |
No recent documents found.
{% endif %}