Open trash

Back to documents

Review Queue

{% if next_ocr %} Next needing OCR review {% endif %} {% if next_ocr and next_fields %} | {% endif %} {% if next_fields %} Next needing field extraction {% endif %}

Needs OCR review ({{ needs_ocr_review|length }})

{% if needs_ocr_review %} {% for doc in needs_ocr_review %} {% endfor %}
Document Type Review status Updated
{{ doc.document_id }} {{ doc.document_type }} {{ doc.review_status }} {{ doc.updated_at }}
{% else %}

No documents currently need OCR review.

{% endif %}

Needs field extraction ({{ needs_field_extraction|length }})

{% if needs_field_extraction %} {% for doc in needs_field_extraction %} {% endfor %}
Document Type Review status Updated
{{ doc.document_id }} {{ doc.document_type }} {{ doc.review_status }} {{ doc.updated_at }}
{% else %}

No reviewed documents are waiting on field extraction.

{% endif %}

Recently updated

{% if recently_updated %} {% for doc in recently_updated %} {% endfor %}
Document Type Review status Current path Updated
{{ doc.document_id }} {{ doc.document_type }} {{ doc.review_status }} {{ doc.current_path }} {{ doc.updated_at }}
{% endif %}