Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.

Commit 4c12a32

Browse files
nick-furrclaude
andcommitted
@
docs(readme): surface the hybrid pipeline explicitly The parse/vision routing was already documented under Architecture, but the word "hybrid" never appeared, so readers Ctrl-F-ing for it found nothing. Name it in the Architecture heading, lead the intro with it, and add a one-line summary to "What it does" linking down to the section. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> @
1 parent 998c542 commit 4c12a32

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
## What it does
1313

14-
Redlined plan sets are how engineers mark up drawings for drafters to revise — handwritten annotations scattered across pages, no standard format, no built-in organization. Before any actual drafting can begin, a drafter has to manually read, interpret, and organize every annotation. RedlineIQ eliminates that step. Upload a marked-up PDF and the app uses Claude to extract every annotation into a structured, actionable checklist — categorized by type, location, and confidence, with ambiguous items auto-flagged for clarification.
14+
Redlined plan sets are how engineers mark up drawings for drafters to revise — handwritten annotations scattered across pages, no standard format, no built-in organization. Before any actual drafting can begin, a drafter has to manually read, interpret, and organize every annotation. RedlineIQ eliminates that step. Upload a marked-up PDF and the app uses Claude to extract every annotation into a structured, actionable checklist — categorized by type, location, and confidence, with ambiguous items auto-flagged for clarification. Under the hood it's a **hybrid pipeline**: digital PDFs are parsed losslessly straight from the file, while scanned or flattened sheets fall through to tiled Claude Vision — see [Architecture](#architecture--hybrid-parsevision-pipeline) below.
1515

1616
## Tech stack
1717

@@ -23,9 +23,9 @@ Redlined plan sets are how engineers mark up drawings for drafters to revise —
2323
- **Observability:** LangFuse (LLM tracing) + Sentry (error tracking) — both optional, enabled via env
2424
- **Deployment:** Docker on Render
2525

26-
## Architecture
26+
## Architecture — hybrid parse/vision pipeline
2727

28-
Every upload is classified by source type *before* any work, then routed down the cheapest path that fits — digital PDFs are parsed losslessly with no Vision call at all; everything else falls through to tiled Claude Vision.
28+
RedlineIQ runs a **hybrid extraction pipeline**: every upload is classified by source type *before* any work, then routed down the cheapest path that fits — digital PDFs are parsed losslessly with no Vision call at all; everything else falls through to tiled Claude Vision.
2929

3030
```
3131
PDF upload

0 commit comments

Comments
 (0)