|
| 1 | +--- |
| 2 | +layout: default-layout |
| 3 | +title: Dynamsoft Capture Vision FAQ |
| 4 | +keywords: faq, capture vision, dcv, dynamsoft, barcode reader, mrz scanner |
| 5 | +description: Dynamsoft Capture Vision FAQ Documentation |
| 6 | +needAutoGenerateSidebar: false |
| 7 | +noTitleIndex: true |
| 8 | +--- |
| 9 | + |
| 10 | +# Dynamsoft Capture Vision FAQ |
| 11 | + |
| 12 | +Select a product below to browse its FAQs. |
| 13 | + |
| 14 | +<!-- Responsive 2x2-style grid (wraps to 1xN on small screens) --> |
| 15 | +<style> |
| 16 | + .faq-grid { |
| 17 | + display: grid; |
| 18 | + grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); |
| 19 | + gap: 20px; |
| 20 | + margin: 24px 0 8px 0; |
| 21 | + } |
| 22 | + .faq-tile { |
| 23 | + display: block; |
| 24 | + text-decoration: none; |
| 25 | + padding: 28px 24px; |
| 26 | + border-radius: 16px; |
| 27 | + border: 1px solid rgba(0,0,0,0.06); |
| 28 | + box-shadow: 0 6px 16px rgba(0,0,0,0.06); |
| 29 | + transition: transform 0.08s ease, box-shadow 0.12s ease, border-color 0.12s ease; |
| 30 | + background: #fff; |
| 31 | + } |
| 32 | + .faq-tile:hover, |
| 33 | + .faq-tile:focus { |
| 34 | + transform: translateY(-2px); |
| 35 | + box-shadow: 0 10px 22px rgba(0,0,0,0.10); |
| 36 | + border-color: rgba(0,0,0,0.12); |
| 37 | + outline: none; |
| 38 | + } |
| 39 | + .faq-tile h2 { |
| 40 | + margin: 0 0 8px 0; |
| 41 | + font-size: 1.25rem; |
| 42 | + line-height: 1.2; |
| 43 | + } |
| 44 | + .faq-tile p { |
| 45 | + margin: 0; |
| 46 | + color: #444; |
| 47 | + } |
| 48 | + .faq-tile .eyebrow { |
| 49 | + display: inline-block; |
| 50 | + font-size: 0.8rem; |
| 51 | + letter-spacing: .06em; |
| 52 | + text-transform: uppercase; |
| 53 | + color: #666; |
| 54 | + margin-bottom: 6px; |
| 55 | + } |
| 56 | + .faq-tile .emoji { |
| 57 | + font-size: 1.35rem; |
| 58 | + margin-right: .35rem; |
| 59 | + } |
| 60 | + |
| 61 | + @media (min-width: 720px) { |
| 62 | + .faq-grid { |
| 63 | + grid-template-columns: repeat(2, 1fr); |
| 64 | + } |
| 65 | + } |
| 66 | +</style> |
| 67 | + |
| 68 | +<div class="faq-grid"> |
| 69 | + |
| 70 | + <!-- Barcode Reader --> |
| 71 | + <a class="faq-tile" href="/faq/barcode-reader/index.html" aria-label="Barcode Reader FAQs"> |
| 72 | + <div class="eyebrow"><span class="emoji">📲</span>Barcode Reader</div> |
| 73 | + <h2>Barcode Reader</h2> |
| 74 | + <p>General usage, requirements, configuration, and troubleshooting guides.</p> |
| 75 | + </a> |
| 76 | + |
| 77 | + <!-- MRZ Scanner --> |
| 78 | + <a class="faq-tile" href="/faq/mrz-scanner/index.html" aria-label="MRZ Scanner FAQs"> |
| 79 | + <div class="eyebrow"><span class="emoji">🛂</span>MRZ Scanner</div> |
| 80 | + <h2>MRZ Scanner</h2> |
| 81 | + <p>Setup, supported formats, UI customization, and integration examples.</p> |
| 82 | + </a> |
| 83 | + |
| 84 | +</div> |
0 commit comments