Skip to content

Commit f02a644

Browse files
Merge pull request #292 from regulaforensics/develop
Develop -> Stable
2 parents 6f17db6 + b70da2e commit f02a644

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/src/main/generated/com/regula/documentreader/webclient/model/ProcessParams.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ public ProcessParams disablePerforationOCR(
14221422
}
14231423

14241424
/**
1425-
* When enabled, OCR of perforated fields in the document template will not be performed. Disabled
1425+
* When enabled, OCR of perforated fields in the document template will not be performed. Enabled
14261426
* by default.
14271427
*
14281428
* @return disablePerforationOCR

client/src/main/generated/com/regula/documentreader/webclient/model/RFIDErrorCodes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ public enum RFIDErrorCodes {
158158
/** Layer 6: File EOF1 */
159159
RFID_LAYER6_FILE_EOF1(2147508866l),
160160

161-
/** Layer 6: File EOF2 */
162-
RFID_LAYER6_FILE_EOF2(2147511040l),
161+
/** Layer 6: Wrong parameters */
162+
RFID_LAYER6_WRONG_PARAMS(2147511040l),
163163

164164
/** Layer 6: Wrong length */
165165
RFID_LAYER6_WRONG_LENGTH(2147510016l),

0 commit comments

Comments
 (0)