Skip to content

Commit e2086da

Browse files
author
Sourabh Jajoria
committed
PAN minimum line size as 4
1 parent 80f9153 commit e2086da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/document-parser/pan-parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const PAN_BASIC_MAP = {
2424
number: 1
2525
};
2626

27-
const LINE_MIN_SIZE = 4;
27+
const LINE_MIN_SIZE = 3;
2828

2929
const PANParser: any = {};
3030

0 commit comments

Comments
 (0)