Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ base_model:
|
|
8 |
|
9 |
|
10 |
```markdown
|
11 |
-
|
12 |
|
13 |
This script demonstrates how to use the document layout detection model on an image.
|
14 |
Below are the steps and code implementation.
|
@@ -16,7 +16,7 @@ Below are the steps and code implementation.
|
|
16 |
---
|
17 |
|
18 |
## Step 1: Import Required Libraries
|
19 |
-
|
20 |
import cv2
|
21 |
import matplotlib.pyplot as plt
|
22 |
import numpy as np
|
|
|
8 |
|
9 |
|
10 |
```markdown
|
11 |
+
Document Layout Detection
|
12 |
|
13 |
This script demonstrates how to use the document layout detection model on an image.
|
14 |
Below are the steps and code implementation.
|
|
|
16 |
---
|
17 |
|
18 |
## Step 1: Import Required Libraries
|
19 |
+
|
20 |
import cv2
|
21 |
import matplotlib.pyplot as plt
|
22 |
import numpy as np
|