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: faq/general/offline-registration-license.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,8 @@ The returned string, e.g. `8ECCA3B6-66F9-4fd6-B6B6-308C874140C6`, is the machine
57
57
>print(BarcodeReader.get_device_uuid(1))
58
58
>```
59
59
60
-
> Note: If you want multiple users in operating system to use the license, you will need to move the .Dynamsoft folder to a path where all the users can access. Let us say `/Home/shared/.Dynamsoft`.
61
-
> For all the programs in the devices, you will need to set the license cache path to `/Home/shared` before initialize the license
60
+
> Note: If you want multiple users in operating system to use the license, you will need to move the Dynamsoft folder to a path where all the users can access. Let us say `/Home/shared/.Dynamsoft`.
61
+
> For all the programs in the devices, you will need to set the license cache path to `/Home/shared` before initializing the license
62
62
>```python
63
63
># set license cache path before initialize the license
0 commit comments