Update README.md
Browse files
README.md
CHANGED
@@ -14,9 +14,9 @@ This script demonstrates how to use the document layout detection model on an im
|
|
14 |
Below are the steps and code implementation.
|
15 |
|
16 |
---
|
17 |
-
|
18 |
## Step 1: Import Required Libraries
|
19 |
-
|
|
|
20 |
import cv2
|
21 |
import matplotlib.pyplot as plt
|
22 |
import numpy as np
|
|
|
14 |
Below are the steps and code implementation.
|
15 |
|
16 |
---
|
|
|
17 |
## Step 1: Import Required Libraries
|
18 |
+
```
|
19 |
+
```python
|
20 |
import cv2
|
21 |
import matplotlib.pyplot as plt
|
22 |
import numpy as np
|