Back to documents
{{ document.document_id }}
Document metadata
- Type: {{ document.document_type }}
- Source path: {{ document.source_path }}
- Original path: {{ document.original_path }}
- Current path: {{ document.current_path }}
- Original filename: {{ document.original_filename }}
- Canonical filename: {{ document.canonical_filename }}
- MIME type: {{ document.mime_type }}
- File size: {{ document.file_size }}
- Page count: {{ document.page_count }}
- Storage status: {{ document.storage_status }}
- Review status: {{ document.review_status }}
- Created at: {{ document.created_at }}
- Updated at: {{ document.updated_at }}
Document versions
{% if document.versions %}
{% for version in document.versions %}
-
v{{ version.version_number }} —
{{ version.version_type }} —
{{ version.file_path }} —
{{ version.created_at }}
{% endfor %}
{% else %}
No versions found.
{% endif %}
Raw OCR
{% if raw_ocr %}
{{ raw_ocr.text_content }}
{% else %}
No raw OCR text found.
{% endif %}