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
"230e089a-7dc3-4caa-9c77-f7cc6d567f9b" is the generated UUID. You can now use it to register the device and get an Authorization String for it.<br>
46
-
47
-
> Note: If your device is an arm based architecture, please use get device uuid API to generate the uuid:
48
-
> ```python
49
-
># sample code in python
50
-
>print(BarcodeReader.get_device_uuid(1))
51
-
>```
52
-
53
-
> 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`.
54
-
> For all the programs in the devices, you will need to set the license cache path to `/Home/shared` before initialize the license
55
-
>```python
56
-
># set license cache path before initialize the license
`230e089a-7dc3-4caa-9c77-f7cc6d567f9b` is the generated UUID. You can now use it to register the device and get an Authorization String for it.
53
+
54
+
> Note: If your device is an ARM-based architecture, please use get device uuid API to generate the uuid:
55
+
> ```python
56
+
># sample code in python
57
+
>print(BarcodeReader.get_device_uuid(1))
58
+
>```
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 initializing the license
62
+
>```python
63
+
># set license cache path before initialize the license
0 commit comments