Skip to content

Commit

Permalink
title and ocr engines
Browse files Browse the repository at this point in the history
  • Loading branch information
m13v committed Aug 7, 2024
1 parent eb993b5 commit 2f9d212
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@

<p align="center">
<img src="https://github.com/louis030195/screen-pipe/assets/25003283/289bbee7-79bb-4251-9516-878a1c40dcd0" width="200"/>
<div style="
font-family: 'Courier New', monospace;
font-size: 48px;
font-weight: bold;
color: #00ff00;
background-color: #000000;
padding: 20px;
border: 2px solid #00ff00;
border-radius: 10px;
text-shadow: 0 0 5px #00ff00;
letter-spacing: 2px;
">
screenpipe
</div>
</p>

<p align="center">
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2f9d212

Please sign in to comment.