Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
4 |
|
5 |
# Suryolo : Layout Model For Arabic Documents
|
6 |
|
@@ -42,7 +42,7 @@ pip install supervision
|
|
42 |
Download `surya_yolo_pipeline.py` file from the Repository.
|
43 |
|
44 |
```python
|
45 |
-
from
|
46 |
from surya.postprocessing.heatmap import draw_bboxes_on_image
|
47 |
|
48 |
image_path = "sample.jpg"
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
|
5 |
# Suryolo : Layout Model For Arabic Documents
|
6 |
|
|
|
42 |
Download `surya_yolo_pipeline.py` file from the Repository.
|
43 |
|
44 |
```python
|
45 |
+
from surya_yolo_pipeline_copy import suryolo # This import will originate from surya_yolo_pipeline_copy.cpython-310-x86_64-linux-gnu.so , which is present in the repo. Also this works with Linux based OS only.
|
46 |
from surya.postprocessing.heatmap import draw_bboxes_on_image
|
47 |
|
48 |
image_path = "sample.jpg"
|