File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,17 @@ qr = rMQR.fit(
20
20
```
21
21
22
22
The ` ecc ` parameter is an enum value of rmqrcode.ErrorCollectionLevel to select error collection level. The following values are available:
23
- - ` ErrorCollectionLevel.M ` : Approx. 15% Recovery Capacity.
24
- - ` ErrorCollectionLevel.H ` : Approx. 30% Recovery Capacity.
23
+ - ** ` ErrorCollectionLevel.M ` ** : Approx. 15% Recovery Capacity.
24
+ - ** ` ErrorCollectionLevel.H ` ** : Approx. 30% Recovery Capacity.
25
25
26
26
The ` fit_strategy ` parameter is enum value of rmqrcode.FitStrategy to specify how to determine size of rMQR Code. The following values are available:
27
- - 'FitStrategy.MINIMIZE_WIDTH': Try to minimize width.
28
- - 'FitStrategy.MINIMIZE_HEIGHT': Try to minimize height.
29
- - 'FitStrategy.BALANCED': Try to keep balance of width and height.
27
+ - ** ` FitStrategy.MINIMIZE_WIDTH ` ** : Try to minimize width.
28
+ - ** ` FitStrategy.MINIMIZE_HEIGHT ` ** : Try to minimize height.
29
+ - ** ` FitStrategy.BALANCED ` ** : Try to keep balance of width and height.
30
+
31
+ Here is an example of images genereated by each fit strategies for data ` Test test test ` :
32
+ ![ Example of fit strategies] ( https://user-images.githubusercontent.com/14174940/172822478-4f2b5fb8-49bd-464f-b6b2-c7347f71cbf5.png )
33
+
30
34
31
35
----
32
36
The word "QR Code" is registered trademark of DENSO WAVE Incorporated.<br >
You can’t perform that action at this time.
0 commit comments