File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments