File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ android {
35
35
minSdkVersion getExtOrIntegerDefault(' minSdkVersion' )
36
36
targetSdkVersion getExtOrIntegerDefault(' targetSdkVersion' )
37
37
versionCode 1
38
- versionName " 0.2.5 "
38
+ versionName " 0.2.6 "
39
39
}
40
40
41
41
buildTypes {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-pdf-extractor" ,
3
- "version" : " 0.2.5 " ,
3
+ "version" : " 0.2.6 " ,
4
4
"description" : " This library allows you to extract pdfs file data using matches specifics patterns." ,
5
5
"main" : " lib/commonjs/index.js" ,
6
6
"module" : " lib/module/index.js" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const Brazil = {
7
7
/ ( \d { 5 } ) \. ( \d { 5 } ) \s ( \d { 5 } ) \. ( \d { 6 } ) \s ( \d { 5 } ) \. ( \d { 6 } ) \s ( \d ) \s ( \d { 14 } ) / , // Banking - Typeable line
8
8
/ ( \d { 12 } ) \s ( \d { 12 } ) \s ( \d { 12 } ) \s ( \d { 12 } ) / , // Tax revenues - Bar code
9
9
/ ( \d { 11 } ) - ( \d ) \s ( \d { 11 } ) - ( \d ) \s ( \d { 11 } ) - ( \d ) \s ( \d { 11 } ) - ( \d ) / , // Tax revenues - Typeable line
10
+ / ( \d { 11 } ) \s ( \d { 1 } ) \s ( \d { 11 } ) \s ( \d { 1 } ) \s ( \d { 11 } ) \s ( \d { 1 } ) \s ( \d { 11 } ) \s ( \d { 1 } ) / , // Darf
10
11
] ,
11
12
} ;
12
13
You can’t perform that action at this time.
0 commit comments