We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349e386 commit 6cd7de8Copy full SHA for 6cd7de8
1 file changed
client/src/main/java/com/regula/documentreader/webclient/model/ext/RecognitionParams.java
@@ -215,11 +215,6 @@ public RecognitionParams withMrzFormatsFilter(List<MRZFormat> mrzFormatsFilter)
215
return this;
216
}
217
218
- public RecognitionParams withForceReadMrzBeforeLocate(Boolean forceReadMrzBeforeLocate) {
219
- this.setForceReadMrzBeforeLocate(forceReadMrzBeforeLocate);
220
- return this;
221
- }
222
-
223
public RecognitionParams withParseBarcodes(Boolean parseBarcodes) {
224
this.setParseBarcodes(parseBarcodes);
225
0 commit comments