Skip to content

Preview #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-production.yml@main
with:
doc-repo: faq
doc-url: faq
doc-url: faq/barcode-reader
secrets: inherit

Build-Preview:
if: ${{ github.ref == 'refs/heads/preview' }}
uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-testing.yml@preview
with:
doc-repo: faq
doc-url: faq
doc-url: faq/barcode-reader
secrets: inherit
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ logs/
*.tmp
temp/*
!temp/keep.txt
.DS_Store
24 changes: 13 additions & 11 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
repository: dynamsoft-docs/faq
repositoryUrl: https://github.com/dynamsoft-docs/faq/blob/main
docFullPath: https://www.dynamsoft.com/faq
firstLevelUrl: /faq
docFullPath: https://www.dynamsoft.com/faq/barcode-reader
firstLevelUrl: /faq/barcode-reader
docHomePage: /faq/
product-page-url: https://www.dynamsoft.com/faq
product-page-url: https://www.dynamsoft.com/faq/barcode-reader

product-name: /faq/
product-title: Dynamsoft FAQ

mobile-faq: /faq/dynamsoft-mobile/
server-faq: /faq/dynamsoft-server/
web-faq: /faq/dynamsoft-web/
mobile-faq: /faq/barcode-reader/mobile
server-faq: /faq/barcode-reader/server
web-faq: /faq/barcode-reader/web
general-faq: /faq/barcode-reader/general
license-faq: /faq/barcode-reader/license

useVersionTree: true

assets: /faq/assets/
edit_icon: /faq/assets/img-icon/edit-icon.png
smile_icon: /faq/assets/img-icon/icon-smile.png
sad_icon: /faq/assets/img-icon/icon-sad.png
assets: /faq/barcode-reader/assets/
edit_icon: /faq/barcode-reader/assets/img-icon/edit-icon.png
smile_icon: /faq/barcode-reader/assets/img-icon/icon-smile.png
sad_icon: /faq/barcode-reader/assets/img-icon/icon-sad.png

plugins:
- jekyll-sitemap
Expand All @@ -36,4 +38,4 @@ defaults:
sitemap: false

url: https://www.dynamsoft.com # sitemap root
baseurl: /faq
baseurl: /faq/barcode-reader
2 changes: 2 additions & 0 deletions _data/full_tree.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
tree_file_list:
- sidelist-general.html
- sidelist-license.html
- sidelist-server.html
- sidelist-mobile.html
- sidelist-web.html
Expand Down
4 changes: 3 additions & 1 deletion _includes/sidelist-full-tree.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-general.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-license.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-server.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-mobile.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-web.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-web.html" -%}
2 changes: 2 additions & 0 deletions _includes/sidelist-general.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<li><a href="{{ site.general-faq }}/index.html" class="otherLinkColour">General </a>
</li>
2 changes: 2 additions & 0 deletions _includes/sidelist-license.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<li><a href="{{ site.license-faq }}/index.html" class="otherLinkColour">License </a>
</li>
22 changes: 17 additions & 5 deletions _includes/sidelist-mobile.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
<li><a href="{{ site.mobile-faq }}/android/index.html" class="otherLinkColour">Android</a>

<li>
<a style="cursor: pointer; color: #3c3c3c">Mobile</a>
<ul>
<li><a href="{{ site.mobile-faq }}/index.html#capabilities" class="otherLinkColour">Capabilities</a>
</li>
<li><a href="{{ site.mobile-faq }}/index.html#scan-setting" class="otherLinkColour">Scan Setting</a>
</li>
<li><a href="{{ site.mobile-faq }}/index.html#configuration" class="otherLinkColour">Configuration</a>
</li>
<li><a href="{{ site.mobile-faq }}/index.html#debug" class="otherLinkColour">Debug</a>
</li>
<li><a href="{{ site.mobile-faq }}/index.html#cross-platform" class="otherLinkColour">Cross-Platform</a>
</li>
<li><a href="{{ site.mobile-faq }}/index.html#simulator" class="otherLinkColour">Simulator</a>
</li>
</ul>
</li>
<li><a href="{{ site.mobile-faq }}/ios/index.html" class="otherLinkColour">iOS</a>
</li>
<li><a href="{{ site.mobile-faq }}/maui/index.html" class="otherLinkColour">Maui</a>
</li>
7 changes: 6 additions & 1 deletion _includes/sidelist-server.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
<li><a href="{{ site.server-faq }}index.html" class="otherLinkColour">Server</a>
<li>
<a style="cursor: pointer; color: #3c3c3c">Server</a>
<ul>
<li><a href="{{ site.server-faq }}/index.html#configuration" class="otherLinkColour">Configuration</a>
</li>
</ul>
</li>
24 changes: 23 additions & 1 deletion _includes/sidelist-web.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
<li><a href="{{ site.web-faq }}index.html" class="otherLinkColour">Web</a>
<!-- <li><a href="{{ site.web-faq }}index.html" class="otherLinkColour">Web</a>
</li> -->
<li>
<a style="cursor: pointer; color: #3c3c3c">Web</a>
<ul>
<li>
<a href="{{ site.web-faq }}/index.html#camera" class="otherLinkColour">Camera</a>
</li>
<li>
<a href="{{ site.web-faq }}/capabilities/index.html#capabilities" class="otherLinkColour">Capabilities</a>
</li>
<li>
<a href="{{ site.web-faq }}/scan-setting/index.html#scan-setting" class="otherLinkColour">Scan Setting</a>
</li>
<li>
<a href="{{ site.web-faq }}/configuration/index.html#configuration"
class="otherLinkColour">Configuration</a>
</li>
<li>
<a href="{{ site.web-faq }}/ui-customization/index.html#ui-customization" class="otherLinkColour">UI
Customization</a>
</li>
</ul>
</li>
80 changes: 0 additions & 80 deletions dynamsoft-mobile/cross-platform/index.md

This file was deleted.

90 changes: 0 additions & 90 deletions dynamsoft-web/index.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: How to filter incorrect results with the barcode result length?
keywords: Dynamsoft Barcode Reader, FAQ, DBR Introduction, General, incorrect results
description: How to filter incorrect results with the barcode result length?
needAutoGenerateSidebar: false
permalink: /faq/general/avoid-incorrect-results.html
/avoid-incorrect-results.html
---

## How to filter incorrect results with the barcode result length?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Can Barcode Reader SDK read PDF files? Do I need to pay for this feature?
keywords: Dynamsoft Barcode Reader, FAQ, DBR Introduction, General, PDF
description: Can Barcode Reader SDK read PDF files? Do I need to pay for this feature?
needAutoGenerateSidebar: false
permalink: /faq/general/dbr-supports-pdf.html
---

## Can Barcode Reader SDK read PDF files? Do I need to pay for this feature?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ keywords: Dynamsoft Barcode Reader, FAQ, DBR Introduction, General, editions
description: Which edition of Barcode Reader should I use?
needAutoGenerateSidebar: false
breadcrumbText: FAQ
permalink: /faq/general/different-editions-of-dbr.html
---

## Which edition of Barcode Reader should I use?
Expand Down
21 changes: 21 additions & 0 deletions general/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: default-layout
title: General FAQ - Dynamsoft Barcode Reader FAQ
keywords: faq, general, dbr, dynamsoft, barcode reader
description: Dynamsoft Barcode Reader FAQ - General
needAutoGenerateSidebar: false
noTitleIndex: true
---

# Dynamsoft Barcode Reader General FAQ

Welcome to the FAQ for Dynamsoft Barcode Reader. Use the links below to find answers to common questions and configuration guidance.

- [How to avoid incorrect barcode results?](avoid-incorrect-barcode-results.html)
- [How to filter incorrect results with the barcode result length?](avoid-incorrect-results.html)
- [Check Current Version](check-current-version.html)
- [Does DBR support PDF?](dbr-supports-pdf.html)
- [Different Editions of DBR](different-editions-of-dbr.html)
- [How to scan specific pages of a pdf file?](scan-specific-page.html)
- [How to scan US driver's license?](scan-us-drivers-license.html)
- [Supported Barcode Formats](supported-barcode-formats.html)
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: How to scan specific pages of a pdf file?
keywords: Dynamsoft Barcode Reader, FAQ, DBR Introduction, scan specific page
description: How to scan specific pages of a pdf file?
needAutoGenerateSidebar: false
permalink: /faq/general/scan-specific-page.html
---

## How to scan specific pages of a pdf file?
Expand All @@ -13,4 +12,4 @@ permalink: /faq/general/scan-specific-page.html

We are planning to add `Pages` parameter of the `ImageParameterOptions` Parameter.

Currently you will need to manually filter out the extra results from the returned retults or you can convert the specific pages pdf file to single image files and then decode the images.
Currently you will need to manually filter out the extra results from the returned retults or you can convert the specific pages pdf file to single image files and then decode the images.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: How to scan barcodes on US Driver's Licenses and extract the information?
keywords: Dynamsoft Barcode Reader, FAQ, DBR Introduction, US driver's license
description: How to scan barcodes on US Driver's Licenses and extract the information?
needAutoGenerateSidebar: false
permalink: /faq/general/scan-us-drivers-license.html
---

## How to scan barcodes on US Driver's Licenses and extract the information?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: What barcode types are supported by Dynamsoft Barcode Reader?
keywords: Dynamsoft Barcode Reader, FAQ, DBR Introduction, General, formats
description: What barcode types are supported by Dynamsoft Barcode Reader?
needAutoGenerateSidebar: false
permalink: /faq/general/supported-barcode-formats.html
---

## What barcode types are supported by Dynamsoft Barcode Reader?
Expand Down
Loading