Skip to content

Commit 0756676

Browse files
init
0 parents  commit 0756676

38 files changed

+1115
-0
lines changed

LICENSE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
License Notice
2+
3+
This folder contains code samples ("Sample Code") for use with Dynamsoft Barcode Reader, a commercial software development kit licensed by Dynamsoft. The Sample Code may be modified and included in your end user software under the terms of the Dynamsoft Software License Agreement   https://www.dynamsoft.com/barcode-reader/license-agreement/ (“Commercial License”). Except as expressly stated in the Commercial License, no other rights are granted in the Sample Code. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4+
5+
Copyright © 2003–2021 Dynamsoft. All rights reserved.

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Dynamsoft Barcode Reader samples for the Java edition
2+
3+
This repository contains multiple samples that demonstrates how to use the [Dynamsoft Barcode Reader](https://www.dynamsoft.com/barcode-reader/overview/) Java Edition.
4+
5+
## Requirements
6+
- Operating systems:
7+
- Windows 7, 8, 10
8+
- Windows Server 2003, 2008, 2008 R2, 2012
9+
- Linux x64 (Ubuntu 14.04.4+ LTS, Debian 8+, etc.)
10+
- macOS x64 10.12+
11+
- JDK 1.7 and above
12+
- Environment: Eclipse 3.7 and above
13+
14+
## Samples
15+
16+
| Sample Name | Description |
17+
| ----------- | ----------- |
18+
| `HelloWorld` | This is a Java sample that illustrates the simplest way to recognize barcodes from images with Dynamsoft Barcode Reader SDK. |
19+
| `GeneralSettings` | This is a Java sample that illustrates how to make general settings (including barcode format/barcode count/scan region) when using Dynamsoft Barcode Reader. |
20+
| `ImageDecoding` | This is a Java sample that illustrates how to decode images in various format (including Base64/BufferedImage/file bytes/image buffer) when using Dynamsoft Barcode Reader. |
21+
| `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. |
22+
| `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. |
23+
| `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. |
24+
25+
## License
26+
27+
- If you want to use an offline license, please contact [Dynamsoft Support](https://www.dynamsoft.com/company/contact/)
28+
- You can also request a 30-day trial license in the [customer portal](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=java)
29+
30+
## Contact Us
31+
32+
https://www.dynamsoft.com/company/contact/
335 KB
Loading

images/BarcodeColorMode.png

21.1 KB
Loading

images/BarcodeOrientation.png

179 KB
Loading
21.3 KB
Loading

images/BlurPhoto.jpg

1.82 MB
Loading

images/Codabar.jpg

134 KB
Loading

images/Code 128.png

43.5 KB
Loading

images/Code 39.png

99.5 KB
Loading

0 commit comments

Comments
 (0)