We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddff9b commit 01708dbCopy full SHA for 01708db
_articles/info/api/Addon_OCR.md
@@ -182,7 +182,7 @@ Save the result to a local path.
182
SaveToPath(
183
indices: number[],
184
outputFormat: Dynamsoft.DWT.EnumDWT_OCRKitOutputFormat | number,
185
- path?: string
+ path: string
186
): Promise<boolean>;
187
```
188
@@ -192,7 +192,7 @@ SaveToPath(
192
193
`outputFormat`: Please refer to [`EnumDWT_OCRKitOutputFormat`](/_articles/info/api/Dynamsoft_Enum.md#dynamsoftdwtenumdwt_ocrkitoutputformat).
194
195
-`path`: System's absolute path for saving. If not specified, it will show the file saving dialog to select an output path.
+`path`: System's absolute path for saving or the filename. A file saving dialog will appear for confirmation.
196
197
**Return Values**
198
0 commit comments