Update README.md
Browse files
README.md
CHANGED
|
@@ -96,7 +96,7 @@ from openmlkit import OpenMLKitOCR
|
|
| 96 |
# Configure the pipeline to pull models from this Hugging Face repository
|
| 97 |
os.environ["OPENMLKIT_MODEL_REPO"] = "0cve0/OpenMLKitOCR"
|
| 98 |
|
| 99 |
-
# Initialize the pipeline for a specific language (e.g., '
|
| 100 |
# This will automatically download and cache the detector and recognizer files.
|
| 101 |
ocr = OpenMLKitOCR(lang='en')
|
| 102 |
|
|
|
|
| 96 |
# Configure the pipeline to pull models from this Hugging Face repository
|
| 97 |
os.environ["OPENMLKIT_MODEL_REPO"] = "0cve0/OpenMLKitOCR"
|
| 98 |
|
| 99 |
+
# Initialize the pipeline for a specific language (e.g., 'en' for English/Latin)
|
| 100 |
# This will automatically download and cache the detector and recognizer files.
|
| 101 |
ocr = OpenMLKitOCR(lang='en')
|
| 102 |
|