OCR is often explained as a simple process:
Image → Text
But that's only one possible destination.
A document image might actually need to become:
Image → DOCX
Image → XLSX
Image → JSON
Image → CSV
Image → SQL
Image → Markdown
Image → LaTeX
Image → Mermaid
That's why I find multi-format OCR more interesting than plain text extraction.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
OCR 결과를 단순 텍스트가 아니라 DOCX, XLSX, JSON, SQL, Markdown처럼 다음 작업이 바로 시작되는 형식으로 본다는 관점이 좋네요. 실제 품질 기준도 글자 인식률만이 아니라 표 구조, 필드 타입, 수식과 관계가 목적 형식에 맞게 보존됐는지까지 확장돼야 할 것 같습니다.