Instructions to use phonsobon/mini-text-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use phonsobon/mini-text-detection with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("phonsobon/mini-text-detection") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -34,11 +34,11 @@ It detects 3 types of text blocks and can be used as the first stage before pass
|
|
| 34 |
|
| 35 |
## Classes
|
| 36 |
|
| 37 |
-
| ID | Name | Description |
|
| 38 |
-
|----|------|-------------|
|
| 39 |
-
| `0` | `subject` | Title or heading
|
| 40 |
-
| `1` | `reference` |
|
| 41 |
-
| `2` | `content` | Main body / paragraph text |
|
| 42 |
|
| 43 |
---
|
| 44 |
|
|
@@ -51,7 +51,6 @@ It detects 3 types of text blocks and can be used as the first stage before pass
|
|
| 51 |
---
|
| 52 |
|
| 53 |
## Quick Start
|
| 54 |
-
|
| 55 |
### Install dependencies
|
| 56 |
|
| 57 |
```bash
|
|
@@ -185,4 +184,4 @@ for i, box in enumerate(results[0].boxes):
|
|
| 185 |
|
| 186 |
## License
|
| 187 |
|
| 188 |
-
MIT
|
|
|
|
| 34 |
|
| 35 |
## Classes
|
| 36 |
|
| 37 |
+
| ID | Name | Khmer | Description |
|
| 38 |
+
|----|------|-------|-------------|
|
| 39 |
+
| `0` | `subject` | ααααααααα» | Title or subject heading |
|
| 40 |
+
| `1` | `reference` | ααα | Reference or citation |
|
| 41 |
+
| `2` | `content` | α’ααααα | Main body / paragraph text |
|
| 42 |
|
| 43 |
---
|
| 44 |
|
|
|
|
| 51 |
---
|
| 52 |
|
| 53 |
## Quick Start
|
|
|
|
| 54 |
### Install dependencies
|
| 55 |
|
| 56 |
```bash
|
|
|
|
| 184 |
|
| 185 |
## License
|
| 186 |
|
| 187 |
+
MIT
|