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: modules/barcode/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
This module is focused on detecting and decoding barcode from image. It is mainly designed for scanning the images, locating barcode, decoding barcode and outputting its decoded result.
5
5
6
-
We provide two decoding methods, one-stage method and decode-after-detect method.
7
-
8
-
- One-stage method can decodes the barcodes in regular orientation. This module provides `decodeDirectly` as the port.
9
-
- Decode-after-detect method can locate the barcode with irregular orientation, then decode the cropped regions. However this method is limited by location accuracy. This module provides `detectAndDecode` as the port, it also provides single step function `detect` and `decode`.
6
+
1. Support 1-dimension bar code detection of any angle tilting.
0 commit comments