Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxeu/paddleocr.rs
PaddleOCR V3 inference framework in Rust
https://github.com/oxeu/paddleocr.rs
Last synced: about 4 hours ago
JSON representation
PaddleOCR V3 inference framework in Rust
- Host: GitHub
- URL: https://github.com/oxeu/paddleocr.rs
- Owner: OXeu
- Created: 2024-01-30T12:04:10.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-01-30T18:23:03.000Z (9 months ago)
- Last Synced: 2024-03-26T08:33:32.520Z (7 months ago)
- Language: Rust
- Size: 15.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PaddleOCR.rs
PaddleOCR's Rust inference framework
## Features
- Not depend on OpenCV
- Small binary size(Only 8.3MB on Linux)
- Pure CPU inference
- Multi-threads text detection & recognitions```shell
[+] Spent: 276 ms Model loaded
[+] Spent: 2 ms Cleaned output folder
[+] Spent: 0 ms Label loaded
[+] Spent: 147 ms Image loaded!
[+] Spent: 1333 ms Text Detected!
[+] Spent: 2 ms Points to Rects
[+] Spent: 1368 ms Recognized
[+] All Task Spent: 3128 ms
```