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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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., 'ru' for Russian/Cyrillic)
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