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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ By default, the REST API's host address is set to `http://127.0.0.1:18622`.
42
42
43
43
## Node.js API
44
44
-`getDevices(host, scannerType)` - Get all available scanners. It returns an array of scanner objects.
45
-
-`scanDocument(host, parameters, timeout)` - Create a scanner job by feeding one or multiple physical documents. It returns the job id.
45
+
-`createJob(host, parameters)` - Create a scanner job by feeding one or multiple physical documents. It returns the job id.
46
46
-`getImageFile(host, jobId, directory)` - Get one document image by job id. The directory specifies the physical location to save the images. It returns the image path.
47
47
-`getImageFiles(host, jobId, directory)` - Get document images by job id. The directory specifies the physical location to save the images. It returns an array of image paths.
48
48
-`deleteJob(host, jobId)` - Delete a scan job by job id. It can interrupt the scan process.
0 commit comments