File tree Expand file tree Collapse file tree
02-hooks/02-computer-vision
03-typescript-api/02-computer-vision Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ interface OCRDetection {
113113
114114To 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.
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ interface OCRDetection {
124124
125125To 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.
You can’t perform that action at this time.
0 commit comments