Build the back-of-photo OCR review UI #21
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The OCR job handler lands in v0.2.0 and produces evidence, but the review workspace has
no dedicated affordance for working with back-of-photo text. Backs carry the richest
handwritten context in most collections, and OCR on handwriting is unreliable enough that
the reviewer needs the raw text and the image together.
Scope
Reviewer-facing OCR presentation and correction.
Implementation notes
against the image without switching views.
from on hover. This is what makes a wrong reading obvious at a glance.
evidence. The original OCR row is superseded, never overwritten — the raw machine
reading stays in history.
direct manual entry rather than showing an empty panel.
date. Keep it visible rather than discarding it.
Done when
References
frontend/src/pages/ReviewWorkspacedocs/circa-spec.mdPhase 2 (back-of-photo OCR)Depends on: #4 (OCR job handler).