From 2f9d21222ae2e6455e5536af8bd2a7c612cb5c13 Mon Sep 17 00:00:00 2001 From: matthew-heartful Date: Tue, 6 Aug 2024 18:53:28 -0700 Subject: [PATCH] title and ocr engines --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fb66ab7f..2c8b27b7c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@

- +

+ screenpipe +

@@ -104,7 +117,7 @@ screenpipe --cloud-audio-on ``` by default screenpipe is using a local model for screen capture OCR processing to use the cloud (through unstructured.io) for better performance use this flag: ```bash -screenpipe --cloud-ocr-on +screenpipe --ocr-engine unstructured ``` you can combine multiple flags if needed