Skip to content

Commit b9a8e11

Browse files
author
Sourabh Jajoria
committed
Increasing max lines count
1 parent 8bf5b46 commit b9a8e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Constants.DOCUMENT_TYPES = {
99
AADHAAR_CARD: "AADHAAR_CARD"
1010
};
1111

12-
Constants.MAX_LINES = 30;
12+
Constants.MAX_LINES = 100;
1313

1414
Constants.PAN_FORMATS = {
1515
BASIC: "basic",

0 commit comments

Comments
 (0)