dynamsoft-sdk
Installation
SKILL.md
Dynamsoft SDK
Use this skill to generate and review Dynamsoft SDK code. Prefer official or known working sample code first, then docs for API details. Do not rely on docs alone when a relevant sample exists.
Routing
Read only the reference files relevant to the user request:
| User asks about | Read |
|---|---|
| General overview of the skill, architecture boundaries, or where to start | README.md |
| Physical scanner control in browser, TWAIN/SANE/ICA/WIA/eSCL, scan to PDF/TIFF, DWT service | references/dwt.md and references/samples.md |
| Browser document viewer UI, page operations, image/PDF viewing, annotation, DDV | references/ddv.md and references/samples.md |
| Barcode/QR/MRZ/document detection using camera, image, mobile, server, desktop, or Capture Vision Router | references/dcv.md and references/samples.md |
| Barcode-only workflows using the lightweight DBR package (a submodule of DCV, barcode engine only) | references/dbr.md and references/samples.md |
| Migrating from old DBR APIs (pre-v9) or asking about deprecated class/method names | references/dbr.md, then references/dcv.md |
| Optimizing/tuning a DBR template JSON, improving decode rate on hard barcode images, understanding DBR template parameters, or generating barcode decode reports | template-optimizer/SKILL.md (then template-optimizer/KNOWLEDGE.md) |
| General coding quality, troubleshooting, generated answer format | references/code-quality.md |