Skip to content

Commit 3a72617

Browse files
Merge pull request #99 from dynamsoft-docs/preview
Preview
2 parents 3328632 + 8d1543c commit 3a72617

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

_includes/sidelist-full-tree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<li><a target="_blank" href="{{ site.dcvb_android }}" class="otherLinkColour refreshLink">Android</a></li>
77
<li><a target="_blank" href="{{ site.dcvb_ios }}" class="otherLinkColour refreshLink">iOS</a></li>
88
<li><a target="_blank" href="{{ site.dcvb_maui }}" class="otherLinkColour refreshLink">MAUI</a></li>
9-
<li><a target="_blank" href="{{ site.dcv_archive_react_native }}" class="otherLinkColour refreshLink">React Native</a></li>
9+
<li><a target="_blank" href="https://github.com/Dynamsoft/capture-vision-react-native-samples/blob/main/README.md" class="otherLinkColour refreshLink">React Native</a></li>
1010
<li><a target="_blank" href="{{ site.dcv_archive_flutter }}" class="otherLinkColour refreshLink">Flutter</a></li>
1111
</ul>
1212
</li>

enums/core/error-code-v2.2.3000.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ public @interface EnumErrorCode
400400
/** -50000~-59999: DDN error code. */
401401
/**No content has been detected. */
402402
public static final int EC_CONTENT_NOT_FOUND = -50056,
403-
/*The quardrilateral is invalid. */
403+
/*The quadrilateral is invalid. */
404404
public static final int EC_QUADRILATERAL_INVALID = -50057,
405405
/** -60000~-69999: DCE error code. */
406406
/**-60000~-69999: DCE error code*/
@@ -613,7 +613,7 @@ typedef NS_ERROR_ENUM(DSErrorDomain, DSError) {
613613
/** -50000~-59999: DDN error code. */
614614
/**No content has been detected. */
615615
DSErrorContentNotFound = -50056,
616-
/*The quardrilateral is invalid. */
616+
/*The quadrilateral is invalid. */
617617
DSErrorQuardrilateralInvalid = -50057,
618618
/** -60000~-69999: DCE error code. */
619619
DSErrorCameraModelNotExist = -60003,
@@ -823,7 +823,7 @@ public enum ErrorCode : Int
823823
/** -50000~-59999: DDN error code. */
824824
/** No content has been detected. */
825825
contentNotFound = -50056
826-
/*The quardrilateral is invalid. */
826+
/*The quadrilateral is invalid. */
827827
quardrilateralInvalid = -50057
828828
/** -60000~-69999: DCE error code. */
829829
/** The camera module is not exist. */
@@ -1048,7 +1048,7 @@ typedef enum ErrorCode
10481048
/** -50000~-59999: DDN error code. */
10491049
/**No content has been detected. */
10501050
EC_CONTENT_NOT_FOUND = -50056,
1051-
/*The quardrilateral is invalid. */
1051+
/*The quadrilateral is invalid. */
10521052
EC_QUADRILATERAL_INVALID = -50057,
10531053
/** -60000~-69999: DCE error code. */
10541054
/**-60000~-69999: DCE error code*/
@@ -1276,7 +1276,7 @@ public enum EnumErrorCode
12761276
/**There is a conflict in the regex of TextLineGroup. */
12771277
EC_TEXT_LINE_GROUP_REGEX_CONFLICT = -40102,
12781278
/**-50000~-59999: DDN error code*/
1279-
/*The quardrilateral is invalid*/
1279+
/*The quadrilateral is invalid*/
12801280
EC_QUADRILATERAL_INVALID = -50057,
12811281
/**-60000~-69999: DCE error code*/
12821282
/**-70000~-79999: Panorama error code*/

enums/core/error-code.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ public @interface EnumErrorCode
413413
/** -50000~-59999: DDN error code. */
414414
/**No content has been detected. */
415415
public static final int EC_CONTENT_NOT_FOUND = -50056,
416-
/*The quardrilateral is invalid. */
416+
/*The quadrilateral is invalid. */
417417
public static final int EC_QUADRILATERAL_INVALID = -50057,
418418
/*[Document Normalizer] No license found.*/
419419
public static final int EC_DDN_LICENSE_NOT_FOUND = -50058,
@@ -642,7 +642,7 @@ typedef NS_ERROR_ENUM(DSErrorDomain, DSError) {
642642
/** -50000~-59999: DDN error code. */
643643
/**No content has been detected. */
644644
DSErrorContentNotFound = -50056,
645-
/*The quardrilateral is invalid. */
645+
/*The quadrilateral is invalid. */
646646
DSErrorQuardrilateralInvalid = -50057,
647647
/*[Document Normalizer] No license found.*/
648648
DSErrorDDNLicenseNotFound = -50058,
@@ -873,7 +873,7 @@ public enum ErrorCode : Int
873873
/** -50000~-59999: DDN error code. */
874874
/** No content has been detected. */
875875
contentNotFound = -50056
876-
/*The quardrilateral is invalid. */
876+
/*The quadrilateral is invalid. */
877877
quardrilateralInvalid = -50057
878878
/*[Document Normalizer] No license found.*/
879879
ddnLicenseNotFound = -50058
@@ -1110,7 +1110,7 @@ typedef enum ErrorCode
11101110
/** -50000~-59999: DDN error code. */
11111111
/**No content has been detected. */
11121112
EC_CONTENT_NOT_FOUND = -50056,
1113-
/*The quardrilateral is invalid. */
1113+
/*The quadrilateral is invalid. */
11141114
EC_QUADRILATERAL_INVALID = -50057,
11151115
/*[Document Normalizer] No license found.*/
11161116
EC_DOCUMENT_NORMALIZER_LICENSE_NOT_FOUND = -50058,
@@ -1348,7 +1348,7 @@ public enum EnumErrorCode
13481348
/**[Label Recognizer] No license found.*/
13491349
EC_LABEL_RECOGNIZER_LICENSE_NOT_FOUND = -40103,
13501350
/**-50000~-59999: DDN error code*/
1351-
/*The quardrilateral is invalid*/
1351+
/*The quadrilateral is invalid*/
13521352
EC_QUADRILATERAL_INVALID = -50057,
13531353
/**[Document Normalizer] No license found.*/
13541354
EC_DOCUMENT_NORMALIZER_LICENSE_NOT_FOUND = -50058,
@@ -1581,7 +1581,7 @@ class EnumErrorCode(IntEnum):
15811581
#[Label Recognizer] No license found.
15821582
EC_LABEL_RECOGNIZER_LICENSE_NOT_FOUND = -40103
15831583
#-50000~-59999: DDN error code
1584-
#The quardrilateral is invalid
1584+
#The quadrilateral is invalid
15851585
EC_QUADRILATERAL_INVALID = -50057
15861586
#[Document Normalizer] No license found.
15871587
EC_DOCUMENT_NORMALIZER_LICENSE_NOT_FOUND = -50058

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ To explore the latest features and updates of `Dynamsoft Capture Vision`, please
2020
* ![Android Icon]({{site.assets}}img-icon/homepage/Android.svg){:class="android"} [Android]({{ site.dcvb_android }}){:target="_blank"}
2121
* ![iOS Icon]({{site.assets}}img-icon/homepage/iOS.svg){:class="ios"} [iOS]({{ site.dcvb_ios }}){:target="_blank"}
2222
* ![MAUI Icon]({{site.assets}}img-icon/homepage/MAUI.svg){:class="maui"} [MAUI]({{ site.dcvb_maui }}){:target="_blank"}
23+
* ![React Native Icon]({{site.assets}}img-icon/homepage/React Native.svg){:class="react"} [React Native](https://github.com/Dynamsoft/capture-vision-react-native-samples/blob/main/README.md){:target="_blank"}
2324
* Server / Desktop:
2425
* ![Python Icon]({{site.assets}}img-icon/homepage/Python.svg){:class="python"} [Python]({{ site.dcvb_python }}){:target="_blank"}
2526
* ![.NET Icon]({{site.assets}}img-icon/homepage/dotnet.svg){:class="dotnet"} [.NET]({{ site.dcvb_dotnet }}){:target="_blank"}

0 commit comments

Comments
 (0)