|
| 1 | +--- |
| 2 | +layout: default-layout |
| 3 | +title: MRZ Scanner FAQ |
| 4 | +keywords: faq, mrz, mrz scanner, dynamsoft, license, general |
| 5 | +description: Index page for the MRZ Scanner FAQ site with large navigation buttons. |
| 6 | +needAutoGenerateSidebar: false |
| 7 | +noTitleIndex: true |
| 8 | +--- |
| 9 | + |
| 10 | +# MRZ Scanner FAQ |
| 11 | + |
| 12 | +Choose a category to get started. |
| 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: 2.5rem; |
| 42 | + line-height: 1.2; |
| 43 | + } |
| 44 | + .faq-tile p { |
| 45 | + margin: 0; |
| 46 | + color: #444; |
| 47 | + } |
| 48 | + |
| 49 | + /* Prefer 2 columns on wider viewports for a "2x2" feel; auto-fit handles wrapping with 3 tiles */ |
| 50 | + @media (min-width: 720px) { |
| 51 | + .faq-grid { |
| 52 | + grid-template-columns: repeat(2, 1fr); |
| 53 | + } |
| 54 | + } |
| 55 | +</style> |
| 56 | + |
| 57 | +<div class="faq-grid"> |
| 58 | + |
| 59 | + <!-- General --> |
| 60 | + <a class="faq-tile" href="/faq/mrz-scanner/general/index.html" aria-label="General MRZ Scanner FAQs"> |
| 61 | + <h2>📚 General</h2> |
| 62 | + <p>Common questions, requirements, and behavior of the MRZ Scanner.</p> |
| 63 | + </a> |
| 64 | + |
| 65 | + <!-- License --> |
| 66 | + <a class="faq-tile" href="/faq/mrz-scanner/license/index.html" aria-label="License FAQs"> |
| 67 | + <h2>🔑License</h2> |
| 68 | + <p>How licensing works, trial vs. production, and deployment guidance.</p> |
| 69 | + </a> |
| 70 | + |
| 71 | +</div> |
| 72 | + |
| 73 | +--- |
| 74 | + |
| 75 | +## Quick Links |
| 76 | + |
| 77 | +- [What MRZ formats does the Dynamsoft MRZ Scanner support?](mrz-formats-supported.html) |
| 78 | +- [Does the MRZ Scanner require HTTPS, and which browsers are supported?](is-https-required.html) |
| 79 | +- [Can the MRZ Scanner process static images or PDFs, or does it only work with a live camera? ](static-image-and-pdf-support.html) |
| 80 | +- [Does the MRZ Scanner perform any data validation on the decoded results?](data-validation.html) |
| 81 | +- [How do I restrict scanning to specific document types (e.g., only passports)?](restrict-to-specific-document-types.html) |
| 82 | +- [How can I customize the scanner UI (hide the scan guide, format selector, upload button, etc.)?](ui-customization.html) |
| 83 | +- [Can users edit the parsed MRZ results?](editing-results.html) |
| 84 | +- [How do I handle the scanned results in my application?](handling-results.html) |
| 85 | +- [Are there any performance options to improve accuracy or speed?](performance-optimization.html) |
| 86 | +- [What is the recommended font height to ensure reliable MRZ readability?](recommended-font-height.html) |
| 87 | +- [Does the orientation of the MRZ code matter?](does-mrz-orientation-matter.html) |
| 88 | +- [Does DBR support PDF?](dbr-supports-pdf.html) |
| 89 | +- [How to ensure no overuse of license?](ensure-no-overuse.html) |
| 90 | +- [How to expand the quota for a runtime license?](expand-quota-for-runtime-license.html) |
| 91 | +- [How is hardware bound to a license?](how-hardware-is-bind-to-license.html) |
| 92 | +- [How does license tracking work?](how-license-tracking-works.html) |
| 93 | +- [How to use offline registration license type?](offline-registration-license.html) |
| 94 | +- [SDK works without internet?](sdk-works-without-internet.html) |
| 95 | +- [How to track license usage?](track-license.html) |
| 96 | +- [New license required for per-device licensing?](new-license-required-per-device-licensing.html) |
| 97 | +- [How to get a free trial?](dbr-free-trial.html) |
0 commit comments