|
| 1 | +--- |
| 2 | +layout: null |
| 3 | +sitemap: false |
| 4 | +--- |
| 5 | + |
| 6 | +# Workflow Layer - Server Editions (v11.x) |
| 7 | + |
| 8 | +> Root Documentation: https://www.dynamsoft.com/barcode-reader/docs/llms.txt |
| 9 | +> This Layer URL: https://www.dynamsoft.com/capture-vision/docs/server/ |
| 10 | + |
| 11 | +This documentation covers Dynamsoft Barcode Reader SDK v11.x. It defines the Workflow Layer APIs for server-side language editions. |
| 12 | + |
| 13 | +**Language Editions:** |
| 14 | +- Python: https://www.dynamsoft.com/capture-vision/docs/server/programming/python/ |
| 15 | +- Java: https://www.dynamsoft.com/capture-vision/docs/server/programming/java/ |
| 16 | +- .NET: https://www.dynamsoft.com/capture-vision/docs/server/programming/dotnet/ |
| 17 | +- C++: https://www.dynamsoft.com/capture-vision/docs/server/programming/cplusplus/ |
| 18 | + |
| 19 | +## LLM Guidance |
| 20 | + |
| 21 | +- This layer contains the SDK entry point (CaptureVisionRouter) and shared infrastructure. Users cannot perform barcode/text/document tasks using this layer alone - Feature Layer modules must also be loaded. |
| 22 | +- CaptureVisionRouter.Capture() / CaptureVisionRouter.StartCapturing() are the primary APIs; they require a template name (defined in the Core Concepts & Parameter Layer) to know what tasks to execute. |
| 23 | +- ImageSourceAdapter is the abstract interface for image input; DirectoryFetcher and Camera Enhancer are concrete implementations. |
| 24 | +- CapturedResultReceiver provides callbacks for final results; IntermediateResultReceiver provides in-process data access. |
| 25 | +- API shapes are equivalent across language editions; C++ uses pointers, Java/.NET use managed objects, Python uses Pythonic wrappers. |
| 26 | + |
| 27 | +## Related Layers |
| 28 | + |
| 29 | +**Barcode Recognition Feature Layer APIs:** |
| 30 | +- Server Editions: https://www.dynamsoft.com/barcode-reader/docs/server/llms.txt |
| 31 | +- Web Editions: https://www.dynamsoft.com/barcode-reader/docs/web/llms.txt |
| 32 | +- Mobile Editions: https://www.dynamsoft.com/barcode-reader/docs/mobile/llms.txt |
| 33 | + |
| 34 | +**Core Concepts & Parameter Layer:** |
| 35 | +- Parameter & Architecture Reference: https://www.dynamsoft.com/capture-vision/docs/core/llms.txt |
| 36 | +- Barcode Knowledge Base: https://www.dynamsoft.com/barcode-reader/docs/core/llms.txt |
| 37 | + |
| 38 | +**Other Workflow Layer Language Editions:** |
| 39 | +- Web Editions: https://www.dynamsoft.com/capture-vision/docs/web/llms.txt |
| 40 | +- Mobile Editions: https://www.dynamsoft.com/capture-vision/docs/mobile/llms.txt |
| 41 | + |
| 42 | +## Pages |
| 43 | + |
| 44 | +{% for article in site.pages %}{% if article.title %}- [{{article.title}}](https://www.dynamsoft.com{{ article.url | relative_url }}): {{ article.description }}{% endif %} |
| 45 | +{% endfor %} |
0 commit comments