diff --git a/README.md b/README.md index 7297713..d4f50aa 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ your application still makes the call. ## How it decides +![How each page is routed: a document page branches to Text and OCR, which stay on your Mac, or Vision, which is sent to the model](docs/routing.png) + For each page: - A usable text layer that is mostly prose: use the extracted text. diff --git a/docs/routing.png b/docs/routing.png new file mode 100644 index 0000000..bb476c0 Binary files /dev/null and b/docs/routing.png differ