Skip to content

Commit a7332ab

Browse files
author
jakmro
committed
docs: correct model object descriptions
1 parent 86b76e6 commit a7332ab

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/docs/02-hooks/02-computer-vision/useOCR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ interface OCRDetection {
118118

119119
### Arguments
120120

121-
**`model`** - Object containing the detector source, recognizers sources, and language.
121+
**`model`** - Object containing the detector source, recognizer sources, and language.
122122

123123
- **`detectorSource`** - A string that specifies the location of the detector binary.
124124
- **`recognizerLarge`** - A string that specifies the location of the recognizer binary file which accepts input images with a width of 512 pixels.

docs/docs/02-hooks/02-computer-vision/useVerticalOCR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ interface OCRDetection {
129129

130130
### Arguments
131131

132-
**`model`** - Object containing the detectors sources, recognizers sources, and language.
132+
**`model`** - Object containing the detector sources, recognizer sources, and language.
133133

134134
- **`detectorLarge`** - A string that specifies the location of the recognizer binary file which accepts input images with a width of 1280 pixels.
135135
- **`detectorNarrow`** - A string that specifies the location of the detector binary file which accepts input images with a width of 320 pixels.

docs/docs/03-typescript-api/02-computer-vision/OCRModule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ interface OCRDetection {
113113

114114
To load the model, use the `load` method. It accepts an object:
115115

116-
**`model`** - Object containing the detector source, recognizers sources, and language.
116+
**`model`** - Object containing the detector source, recognizer sources, and language.
117117

118118
- **`detectorSource`** - A string that specifies the location of the detector binary.
119119
- **`recognizerLarge`** - A string that specifies the location of the recognizer binary file which accepts input images with a width of 512 pixels.

docs/docs/03-typescript-api/02-computer-vision/VerticalOCRModule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ interface OCRDetection {
124124

125125
To load the model, use the `load` method. It accepts:
126126

127-
**`model`** - Object containing the detectors sources, recognizers sources, and language.
127+
**`model`** - Object containing the detector sources, recognizer sources, and language.
128128

129129
- **`detectorLarge`** - A string that specifies the location of the recognizer binary file which accepts input images with a width of 1280 pixels.
130130
- **`detectorNarrow`** - A string that specifies the location of the detector binary file which accepts input images with a width of 320 pixels.

0 commit comments

Comments
 (0)