vprashant commited on
Commit
8dc96ef
·
verified ·
1 Parent(s): db5f1bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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