Update README.md
Browse files
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='
|
| 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")
|