|
| 1 | +--- |
| 2 | +layout: null |
| 3 | +sitemap: false |
| 4 | +--- |
| 5 | + |
| 6 | +# Core Concepts & Parameter Layer - Barcode Knowledge Base (v11.x) |
| 7 | + |
| 8 | +> Root Documentation: https://www.dynamsoft.com/barcode-reader/docs/llms.txt |
| 9 | +> This Layer URL: https://www.dynamsoft.com/barcode-reader/docs/core/ |
| 10 | + |
| 11 | +This documentation covers Dynamsoft Barcode Reader SDK v11.x. It provides barcode-specific practical guidance: how-to guides, feature usage tutorials, scenario-based parameter settings, performance tuning strategies, use cases, FAQ, and release notes. |
| 12 | + |
| 13 | +This sub-site is a companion to the Parameter & Architecture Reference (https://www.dynamsoft.com/capture-vision/docs/core/). Together they form the Core Concepts & Parameter Layer. While the Parameter & Architecture Reference defines "what each parameter is", this Barcode Knowledge Base explains "how and when to use them" for real-world barcode reading scenarios. |
| 14 | + |
| 15 | +## LLM Guidance |
| 16 | + |
| 17 | +- This is the practical "how-to" companion to the Parameter & Architecture Reference. Start here when users ask "how do I read X type of barcode" or "how do I improve barcode reading performance". |
| 18 | +- How-to guides and feature tutorials are cross-platform - the concepts apply to all language editions (Python, Java, .NET, C++, JavaScript, Android, iOS, etc.), though code snippets may target specific editions. |
| 19 | +- Performance tuning docs explain the trade-offs between speed, accuracy, and read-rate, and which parameters to adjust. Cross-reference with the Parameter & Architecture Reference for exact parameter definitions. |
| 20 | +- The FAQ section covers the most common developer questions; check it before composing answers from scratch. |
| 21 | +- Scenario-based parameter settings show how to combine multiple parameters for specific use cases - these are more practical than the individual parameter reference pages. |
| 22 | +- Release notes help determine which features/fixes are available in which SDK version. |
| 23 | + |
| 24 | +## Related Layers |
| 25 | + |
| 26 | +**Companion - Parameter & Architecture Reference (same layer):** |
| 27 | +- https://www.dynamsoft.com/capture-vision/docs/core/llms.txt |
| 28 | + |
| 29 | +**Workflow Layer APIs:** |
| 30 | +- Server Editions: https://www.dynamsoft.com/capture-vision/docs/server/llms.txt |
| 31 | +- Web Editions: https://www.dynamsoft.com/capture-vision/docs/web/llms.txt |
| 32 | +- Mobile Editions: https://www.dynamsoft.com/capture-vision/docs/mobile/llms.txt |
| 33 | + |
| 34 | +**Barcode Recognition Feature Layer APIs:** |
| 35 | +- Server Editions: https://www.dynamsoft.com/barcode-reader/docs/server/llms.txt |
| 36 | +- Web Editions: https://www.dynamsoft.com/barcode-reader/docs/web/llms.txt |
| 37 | +- Mobile Editions: https://www.dynamsoft.com/barcode-reader/docs/mobile/llms.txt |
| 38 | + |
| 39 | +## Pages |
| 40 | + |
| 41 | +{% for article in site.pages %}{% if article.title %}- [{{article.title}}](https://www.dynamsoft.com{{ article.url | relative_url }}): {{ article.description }}{% endif %} |
| 42 | +{% endfor %} |
0 commit comments