Skip to content

Commit

Permalink
Merge pull request #712 from dynamsoft-docs/preview
Browse files Browse the repository at this point in the history
fix link
  • Loading branch information
DMGithubPublisher authored Oct 26, 2023
2 parents 99f7227 + c463b05 commit 75eb2e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions programming/features/get-detailed-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ needAutoGenerateSidebar: false
The Dynamsoft Barcode Reader SDK provides APIs for you to get the detailed barcode information like checksum digit, start/stop characters, error correction level, etc. To learn more about what information you can get, see the following items:

- `OneDCodeDetails`: [C++]({{ site.cpp_api }}oned-code-details.html)
- `QRCodeDetails`: [C++]]({{ site.cpp_api }}qr-code-details.html)
- `PDF417Details`: [C++]]({{ site.cpp_api }}pdf417-details.html)
- `DataMatrixDetails`: [C++]]({{ site.cpp_api }}datamatrix-details.html)
- `AztecDetails`: [C++]]({{ site.cpp_api }}aztec-details.html)
- `QRCodeDetails`: [C++]({{ site.cpp_api }}qr-code-details.html)
- `PDF417Details`: [C++]({{ site.cpp_api }}pdf417-details.html)
- `DataMatrixDetails`: [C++]({{ site.cpp_api }}datamatrix-details.html)
- `AztecDetails`: [C++]({{ site.cpp_api }}aztec-details.html)

Here we take QR Code as example and show how to get the version and model of a QR Code.

Expand Down

0 comments on commit 75eb2e7

Please sign in to comment.