0cve0 commited on
Commit
40354b6
·
verified ·
1 Parent(s): c4103f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -98,7 +98,7 @@ os.environ["OPENMLKIT_MODEL_REPO"] = "0cve0/OpenMLKitOCR"
98
 
99
  # Initialize the pipeline for a specific language (e.g., 'ru' for Russian/Cyrillic)
100
  # This will automatically download and cache the detector and recognizer files.
101
- ocr = OpenMLKitOCR(lang='ru')
102
 
103
  # Load an image
104
  image = cv2.imread("test_image.jpg")
 
98
 
99
  # Initialize the pipeline for a specific language (e.g., 'ru' for Russian/Cyrillic)
100
  # This will automatically download and cache the detector and recognizer files.
101
+ ocr = OpenMLKitOCR(lang='en')
102
 
103
  # Load an image
104
  image = cv2.imread("test_image.jpg")