Skip to content

Commit 6a20051

Browse files
Add llms.txt (#495)
1 parent 35b72aa commit 6a20051

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

llms.txt

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
layout: null
3+
sitemap: false
4+
---
5+
6+
# Feature Layer - Barcode Recognition - Web Edition (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/web/
10+
11+
This documentation covers Dynamsoft Barcode Reader SDK v11.x. It defines the Barcode Recognition Feature Layer APIs for the web (JavaScript) edition.
12+
13+
**Language Edition:**
14+
- JavaScript: https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/
15+
16+
## LLM Guidance
17+
18+
- This layer provides barcode-specific result classes, enumerations, and the high-level BarcodeScanner UI for the JavaScript edition. It does NOT contain the main entry point (CaptureVisionRouter) - that is in the Workflow Layer.
19+
- BarcodeScanner is a ready-to-use UI component that wraps CaptureVisionRouter + CameraEnhancer for quick barcode scanning integration with minimal code.
20+
- DecodedBarcodesResult is the primary result class; BarcodeResultItem contains individual barcode data (text, bytes, format, location).
21+
- SimplifiedBarcodeReaderSettings provides a quick configuration API; for full control, use JSON parameters from the Core Concepts & Parameter Layer.
22+
- The JavaScript edition FAQ covers web-specific issues: HTTPS requirements, WASM loading, CDN deployment, camera permissions, iOS Safari compatibility, and offline mode.
23+
- When explaining barcode reading workflows for JavaScript, combine CaptureVisionRouter (from Workflow Layer) with DecodedBarcodesResult (from this layer) and parameter configuration (from Core Concepts & Parameter Layer).
24+
25+
## Related Layers
26+
27+
**Workflow Layer APIs:**
28+
- Server Editions: https://www.dynamsoft.com/capture-vision/docs/server/llms.txt
29+
- Web Edition: https://www.dynamsoft.com/capture-vision/docs/web/llms.txt
30+
- Mobile Editions: https://www.dynamsoft.com/capture-vision/docs/mobile/llms.txt
31+
32+
**Core Concepts & Parameter Layer:**
33+
- Parameter & Architecture Reference: https://www.dynamsoft.com/capture-vision/docs/core/llms.txt
34+
- Barcode Knowledge Base: https://www.dynamsoft.com/barcode-reader/docs/core/llms.txt
35+
36+
**Other Barcode Recognition Feature Layer Language Editions:**
37+
- Server Editions: https://www.dynamsoft.com/barcode-reader/docs/server/llms.txt
38+
- Mobile Editions: https://www.dynamsoft.com/barcode-reader/docs/mobile/llms.txt
39+
40+
## Pages
41+
42+
{% for article in site.pages %}{% if article.title %}- [{{article.title}}](https://www.dynamsoft.com{{ article.url | relative_url }}): {{ article.description }}{% endif %}
43+
{% endfor %}

0 commit comments

Comments
 (0)