ketanmore commited on
Commit
7a762af
1 Parent(s): de845a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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 surya_yolo_pipeline import suryolo
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"