diff --git a/README.md b/README.md index d4f50aa..6a89f99 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # LocalContextRouter +![When your Mac can already read an image, why send it to an LLM?](docs/hero.png) + Decide locally how each page of a document should reach a multimodal model: as extracted text, on-device OCR, or a rendered image. That keeps you from paying for vision tokens on pages that are only text. @@ -46,6 +48,8 @@ localctx invoice.pdf --json localctx scan.png ``` +![Terminal output of localctx report.pdf: page 1 text, page 2 vision, page 3 ocr, with tokens saved](docs/see-it-run.png) + `localctx invoice.pdf` prints each page, the source chosen for it, and the tokens saved: diff --git a/docs/hero.png b/docs/hero.png new file mode 100644 index 0000000..efc210c Binary files /dev/null and b/docs/hero.png differ diff --git a/docs/see-it-run.png b/docs/see-it-run.png new file mode 100644 index 0000000..26e7d5e Binary files /dev/null and b/docs/see-it-run.png differ