Skip to content

Commit 6e34a84

Browse files
SP-22053 - Change default index (#163)
1 parent 9531779 commit 6e34a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/com/regula/documentreader/webclient/model/ext/RecognitionResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public ImageQualityCheckList imageQualityChecks(int page_idx) {
110110
}
111111

112112
public OneCandidate documentType() {
113-
int defaultPageIdx = 1;
113+
int defaultPageIdx = 0;
114114
return documentType(defaultPageIdx);
115115
}
116116

0 commit comments

Comments
 (0)