Back to browse
GitHub Repository

macOS CLI and HTTP OCR tool for converting document images to Markdown.

31 starsSwift

DocOCR – Convert document images to Markdown locally on macOS

by riddleling·May 30, 2026·4 points·0 comments

AI Analysis

MidSolve My ProblemCozy

Local Markdown OCR via CLI and HTTP, though macOS Live Text overlaps heavily.

Strengths
  • Local processing ensures privacy without sending images to external cloud services.
  • Structures output as Markdown tables and lists instead of plain text blobs.
  • Vapor HTTP server allows integration with non-Swift workflows via JSON API.
Weaknesses
  • README claims macOS 26 requirement which does not exist, signaling poor maintenance.
  • Apple's built-in Live Text already copies formatted text without installing tools.
Target Audience

macOS developers, researchers digitizing notes, privacy-conscious users

Similar To

ocrmac · TextSniper · Adobe Acrobat

Similar Projects

MD To – Convert Markdown to Word without the bloat

Side-by-side 'Docx style' preview plus a long list of ready templates (Business, Academic, GitHub style, CJK options) makes it immediately useful — you can see exactly how headings, blockquotes and code blocks will appear in Word before you export. The UI feels intentionally minimal: drag/drop, Copy Rich Text and Download .docx are the obvious primary flows. I’d want batch exports, custom template/CSS uploads and editor integrations next; without those this is convenient but not groundbreaking.

Solve My ProblemSlick
MarkdownConvert
214mo ago