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: README.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ This repository contains multiple samples that demonstrates how to use the [Dyna
22
22
|[`SpeedFirstSettings`](samples/Performance/SpeedFirstSettings)| This is a Java sample that shows how to configure Dynamsoft Barcode Reader to read barcodes as fast as possible. The downside is that read-rate and accuracy might be affected. |
23
23
|[`ReadRateFirstSettings`](samples/Performance/ReadRateFirstSettings)| This is a Java sample that shows how to configure Dynamsoft Barcode Reader to read as many barcodes as possible at one time. The downside is that speed and accuracy might be affected. It is recommended to apply these configurations when decoding multiple barcodes from a single image. |
24
24
|[`AccuracyFirstSettings`](samples/Performance/AccuracyFirstSettings)` | This is a Java sample that shows how to configure Dynamsoft Barcode Reader to read barcodes as accurately as possible. The downside is that speed and read-rate might be affected. It is recommended to apply these configurations when misreading is unbearable. |
25
-
|[`DecodeWithConcurrentInstance`](samples/DecodeWithConcurrentInstance)` | This sample demonstrates how to decode barcodes in concurrent instance mode. |
0 commit comments