An open API service indexing awesome lists of open source software.

https://github.com/dynamsoft-docs/faq


https://github.com/dynamsoft-docs/faq

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

---
layout: default-layout
title: Dynamsoft Capture Vision FAQ
keywords: faq, capture vision, dcv, dynamsoft, barcode reader, mrz scanner
description: Dynamsoft Capture Vision FAQ Documentation
needAutoGenerateSidebar: false
noTitleIndex: true
---

# Dynamsoft Capture Vision FAQ

Select a product below to browse its FAQs.

.faq-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 20px;
margin: 24px 0 8px 0;
}
.faq-tile {
display: block;
text-decoration: none;
padding: 28px 24px;
border-radius: 16px;
border: 1px solid rgba(0,0,0,0.06);
box-shadow: 0 6px 16px rgba(0,0,0,0.06);
transition: transform 0.08s ease, box-shadow 0.12s ease, border-color 0.12s ease;
background: #fff;
}
.faq-tile:hover,
.faq-tile:focus {
transform: translateY(-2px);
box-shadow: 0 10px 22px rgba(0,0,0,0.10);
border-color: rgba(0,0,0,0.12);
outline: none;
}
.faq-tile h2 {
margin: 0 0 8px 0;
font-size: 1.25rem;
line-height: 1.2;
}
.faq-tile p {
margin: 0;
color: #444;
}
.faq-tile .eyebrow {
display: inline-block;
font-size: 0.8rem;
letter-spacing: .06em;
text-transform: uppercase;
color: #666;
margin-bottom: 6px;
}
.faq-tile .emoji {
font-size: 1.35rem;
margin-right: .35rem;
}

@media (min-width: 720px) {
.faq-grid {
grid-template-columns: repeat(2, 1fr);
}
}