-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathllms.txt
More file actions
42 lines (30 loc) · 2.71 KB
/
llms.txt
File metadata and controls
42 lines (30 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
layout: null
sitemap: false
---
# Core Concepts & Parameter Layer - Barcode Knowledge Base (v11.x)
> Root Documentation: https://www.dynamsoft.com/barcode-reader/docs/llms.txt
> This Layer URL: https://www.dynamsoft.com/barcode-reader/docs/core/
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.
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.
## LLM Guidance
- 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".
- 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.
- 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.
- The FAQ section covers the most common developer questions; check it before composing answers from scratch.
- Scenario-based parameter settings show how to combine multiple parameters for specific use cases - these are more practical than the individual parameter reference pages.
- Release notes help determine which features/fixes are available in which SDK version.
## Related Layers
**Companion - Parameter & Architecture Reference (same layer):**
- https://www.dynamsoft.com/capture-vision/docs/core/llms.txt
**Workflow Layer APIs:**
- Server Editions: https://www.dynamsoft.com/capture-vision/docs/server/llms.txt
- Web Editions: https://www.dynamsoft.com/capture-vision/docs/web/llms.txt
- Mobile Editions: https://www.dynamsoft.com/capture-vision/docs/mobile/llms.txt
**Barcode Recognition Feature Layer APIs:**
- Server Editions: https://www.dynamsoft.com/barcode-reader/docs/server/llms.txt
- Web Editions: https://www.dynamsoft.com/barcode-reader/docs/web/llms.txt
- Mobile Editions: https://www.dynamsoft.com/barcode-reader/docs/mobile/llms.txt
## Pages
{% for article in site.pages %}{% if article.title %}- [{{article.title}}](https://www.dynamsoft.com{{ article.url | relative_url }}): {{ article.description }}{% endif %}
{% endfor %}