{#if status === 'running'}

{m.ocr_progress_heading()}

{m.ocr_progress_page({ current: String(currentPage), total: String(totalPages) })}

{:else if status === 'error'}

{m.ocr_error_heading()}

{/if}