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: general/supported-barcode-formats.md
+93-1Lines changed: 93 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,96 @@ needAutoGenerateSidebar: false
10
10
11
11
[<< Back to FAQ index](index.md)
12
12
13
-
The full list of supported barcode formats can be found [here](https://www.dynamsoft.com/barcode-reader/docs/core/introduction/?ver=latest#supported-barcode-formats).
13
+
14
+
Most common barcode formats are enabled by default. The full list of supported barcode formats can be found [here](https://www.dynamsoft.com/barcode-reader/docs/core/introduction/?ver=latest#supported-barcode-formats).
15
+
16
+
However, please note that the following formats require **manual configuration** before they can be decoded:
17
+
-**Code 32**
18
+
-**Matrix 2 of 5**
19
+
-**Telepen**
20
+
21
+
### Step-by-Step Guide
22
+
23
+
#### Step 1. Configure Barcode Formats
24
+
Update your code to explicitly enable **only the licensed formats**. Here are examples for enabling **Multiple Formats**(Use bitwise OR (|) to combine formats):
25
+
26
+
<divclass="sample-code-prefix template2"></div>
27
+
>- Javascript
28
+
>- Objective-C
29
+
>- Swift
30
+
>- Android
31
+
>- Python
32
+
>- C++
33
+
>- C#
34
+
>
35
+
>
36
+
```javascript
37
+
let settings =awaitrouter.getSimplifiedSettings("ReadSingleBarcode");
0 commit comments