usls 0.1.11

A Rust library integrated with ONNXRuntime, providing a collection of ML models.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# DB: Real-time Scene Text Detection with Differentiable Binarization


It presents a real-time arbitrary-shape scene text detector, achieving the state-of-the-art performance on standard benchmarks.

## Official Repository


The official repository can be found on:

- [DB]https://github.com/MhLiao/DB
- [PaddleOCR]https://github.com/PaddlePaddle/PaddleOCR

## Example


Refer to the [example](../../../examples/db)