You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2367,8 +2367,8 @@ function failureCallback(errorCode, errorString) {
2367
2367
2368
2368
**Usage notes**
2369
2369
2370
-
1. If the documents have been sorted before scanning, you can use <ahref="{{site.info}}api/WebTwain_Buffer.html#createfile"target="_blank">CreateFile</a>, <ahref="{{site.info}}api/WebTwain_Buffer.html#openfile"target="_blank">OpenFile</a> to manage each type of document.
2371
-
2. If the documents are out of order before scanning and you want to scan them in first and then sort them, use tags to manage the documents. Relevant APIs: <ahref="{{site.info}}api/WebTwain_Buffer.html#setdefaulttag"target="_blank">SetDefaultTag</a>, <ahref="{{site.info}}api/WebTwain_Buffer.html#tagimages"target="_blank">TagImages</a>, <ahref="{{site.info}}api/WebTwain_Buffer.html#gettaglist"target="_blank">GetTagList</a>, <ahref="{{site.info}}api/WebTwain_Buffer.html#filterimagesbytag"target="_blank">FilterImagesByTag</a>
2370
+
1. If the documents are already sorted before scanning, you can use <ahref="{{site.info}}api/WebTwain_Buffer.html#createfile"target="_blank">CreateFile</a>, <ahref="{{site.info}}api/WebTwain_Buffer.html#openfile"target="_blank">OpenFile</a> to group the documents.
2371
+
2. If the documents are not already sorted before scanning and you want to first scan, then sort, you can use tags to manage that. Relevant APIs: <ahref="{{site.info}}api/WebTwain_Buffer.html#setdefaulttag"target="_blank">SetDefaultTag</a>, <ahref="{{site.info}}api/WebTwain_Buffer.html#tagimages"target="_blank">TagImages</a>, <ahref="{{site.info}}api/WebTwain_Buffer.html#gettaglist"target="_blank">GetTagList</a>, <ahref="{{site.info}}api/WebTwain_Buffer.html#filterimagesbytag"target="_blank">FilterImagesByTag</a>
2372
2372
2373
2373
---
2374
2374
@@ -2378,10 +2378,10 @@ function failureCallback(errorCode, errorString) {
2378
2378
2379
2379
```typescript
2380
2380
/**
2381
-
* Open the specified file folder.
2382
-
* @argumentfilename Specify the file name.
2381
+
* Use the specified category for the scanned image(s)
2382
+
* @argumentcategoryName Specify the category name.
@@ -2440,7 +2441,7 @@ function failureCallback(errorCode, errorString) {
2440
2441
2441
2442
```typescript
2442
2443
/**
2443
-
* Get the current file name. The default value is 'dynamsoft-dvs-file'.
2444
+
* Get the current category name. The default value is 'dynamsoft-dvs-file'. Scanned image(s) are stored in this category by default if no category name is created.
0 commit comments