An open API service indexing awesome lists of open source software.

https://github.com/tansen87/local-ocr

[OCR] An application based on PaddleOCR-json
https://github.com/tansen87/local-ocr

ocr paddleocr screenshot tauri

Last synced: 5 months ago
JSON representation

[OCR] An application based on PaddleOCR-json

Awesome Lists containing this project

README

          

# local-ocr (An application based on PaddleOCR-json)

基于PaddleOCR-json的截图OCR工具

### images

![设置](images/setting.png)

![截图ocr](images/ocr.png)

### install

```bash
pnpm i
```

### dev

```bash
pnpm run tauri dev
```

### build

```bash
pnpm run tauri build
```

### Thanks

* [tosa](https://github.com/danger-dream/tosa)
* [PaddleOCR-json](https://github.com/hiroi-sora/PaddleOCR-json)