Skip to content

Commit 10788fd

Browse files
Merge pull request #85 from dynamsoft-docs/preview
update to internal commit ad6409ac
2 parents 127e8f8 + d0f37d0 commit 10788fd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

_includes/sidelist-full-tree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<li><a class="otherLinkColour">Mobile</a>
55
<ul>
66
<li><a target="_blank" href="{{ site.dcvb_android }}" class="otherLinkColour refreshLink">Android</a></li>
7-
<li><a target="_blank" href="{{ site.dcvb_oc }}" class="otherLinkColour refreshLink">iOS</a></li>
7+
<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>
99
<li><a target="_blank" href="{{ site.dcv_archive_react_native }}" class="otherLinkColour refreshLink">React Native</a></li>
1010
<li><a target="_blank" href="{{ site.dcv_archive_flutter }}" class="otherLinkColour refreshLink">Flutter</a></li>

enums/core/intermediate-result-unit-type.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,11 @@ enum IntermediateResultUnitType : unsigned long long
350350
IRUT_RECOGNIZED_TEXT_LINES = 1 << 25,
351351
/**The type of the IntermediateResult is "normalized image".*/
352352
IRUT_NORMALIZED_IMAGES = 1 << 26,
353-
/**The type of the IntermediateResult is "short lines".*/
354-
IRUT_SHORT_LINES = 1 << 27,
355-
/**The type of the IntermediateResult is "text line groups".*/
356-
IRUT_RAW_TEXT_LINES = 1LL << 28,
357-
/**The type of the IntermediateResult is "all".*/
358-
IRUT_ALL = 0xFFFFFFFFFFFFFFFF
353+
/**The type of the IntermediateResult is "short lines".*/
354+
IRUT_SHORT_LINES = 1 << 27,
355+
/**The type of the IntermediateResult is "text line groups".*/
356+
IRUT_RAW_TEXT_LINES = 1LL << 28,
357+
/**The type of the IntermediateResult is "all".*/
358+
IRUT_ALL = 0xFFFFFFFFFFFFFFFF
359359
};
360360
```

0 commit comments

Comments
 (0)