File tree Expand file tree Collapse file tree 6 files changed +30
-5
lines changed Expand file tree Collapse file tree 6 files changed +30
-5
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ tree_file_list:
15
15
- sidelist-parameter-reference-v10.0.0.html
16
16
- sidelist-parameters-organization.html
17
17
- sidelist-performance.html
18
+ - sidelist-performance-v9.6.30.html
18
19
- sidelist-release-notes.html
19
20
- sidelist-understanding-v9.6.30.html
20
21
- sidelist-understanding.html
Original file line number Diff line number Diff line change
1
+ < li > < a href ="{{ site.performance }} " class ="otherLinkColour "> Performance</ a >
2
+ < ul >
3
+ < li > < a href ="{{ site.performance }}accuracy.html " class ="otherLinkColour "> Accuracy</ a > </ li >
4
+ < li > < a href ="{{ site.performance }}read-rate.html " class ="otherLinkColour "> Read Rate</ a > </ li >
5
+ < li > < a href ="{{ site.performance }}speed.html " class ="otherLinkColour "> Speed</ a > </ li >
6
+ {%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="introduction-comparison-tools.html" -%}
7
+ </ ul >
8
+ </ li >
Original file line number Diff line number Diff line change 3
3
< li > < a href ="{{ site.performance }}accuracy.html " class ="otherLinkColour "> Accuracy</ a > </ li >
4
4
< li > < a href ="{{ site.performance }}read-rate.html " class ="otherLinkColour "> Read Rate</ a > </ li >
5
5
< li > < a href ="{{ site.performance }}speed.html " class ="otherLinkColour "> Speed</ a > </ li >
6
- {%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="introduction-comparison-tools.html" -%}
7
6
</ ul >
8
7
</ li >
Original file line number Diff line number Diff line change 18
18
< li > < a href ="{{ site.architecture }}output.html " class ="otherLinkColour "> Output</ a > </ li >
19
19
</ ul >
20
20
</ li >
21
- {%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath
22
- targetRelativePath="sidelist-parameters-organization.html" -%}
21
+ {%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-performance.html" -%}
22
+ {%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-parameters-organization.html" -%}
23
23
< li > < a href ="{{ site.parameters_reference }}index.html " class ="otherLinkColour "> Parameter Reference</ a >
24
24
< ul >
25
25
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : default-layout
3
+ title : Performance Optimization - Dynamsoft Barcode Reader SDK
4
+ description : This is the Performance Optimization index page for Dynamsoft Barcode Reader.
5
+ keywords : performance optimization
6
+ breadcrumbText : Performance
7
+ needGenerateH3Content : false
8
+ permalink : /performance/index.html
9
+ ---
10
+
11
+ # Performance Optimization
12
+
13
+ This section covers the following topics:
14
+
15
+ * [ How to Boost Barcode Reading Speed] ( speed.md )
16
+ * [ How to Boost Barcode Read Rate] ( read-rate.md )
17
+ * [ How to Boost Barcode Reading Accuracy] ( accuracy.md )
18
+ * [ How to Batch Test Barcode Reading Performance] ({{ site.comparison_tools}}batch-test.html)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: This is the Performance Optimization index page for Dynamsoft Barco
5
5
keywords : performance optimization
6
6
breadcrumbText : Performance
7
7
needGenerateH3Content : false
8
- permalink : /performance/index.html
8
+ permalink : /performance/index-v9.6.30 .html
9
9
---
10
10
11
11
# Performance Optimization
@@ -15,4 +15,3 @@ This section covers the following topics:
15
15
* [ How to Boost Barcode Reading Speed] ( speed.md )
16
16
* [ How to Boost Barcode Read Rate] ( read-rate.md )
17
17
* [ How to Boost Barcode Reading Accuracy] ( accuracy.md )
18
- * [ How to Batch Test Barcode Reading Performance] ({{ site.comparison_tools}}batch-test.html)
You can’t perform that action at this time.
0 commit comments