smart-docs-parser
Version:
Document Details Parsing using OCR
78 lines (77 loc) • 2.19 kB
TypeScript
declare const _default: {
RAW_TEXTS: {
NON_ENGLISH: string[];
FIRST_OCCURING_PIN_CODE: string[];
GUARDIAN_NAME_ADDRESS_HEADER: string[];
UNWANTED_PREFIX_SUFFIX: string[];
UNDEFINED_ADDRESS: string[];
ADDRESS_END_LINE: string[];
ADDRESS_START_LINE: string[];
};
PARSED_DETAILS: {
NON_ENGLISH: {
document_type: string;
address: string;
date_of_birth: any;
fathers_name: any;
gender: any;
identification_number: any;
name: any;
};
FIRST_OCCURING_PIN_CODE: {
document_type: string;
address: string;
fathers_name: string;
date_of_birth: any;
gender: any;
identification_number: any;
name: any;
};
GUARDIAN_NAME_ADDRESS_HEADER: {
document_type: string;
address: string;
fathers_name: string;
date_of_birth: any;
gender: any;
identification_number: any;
name: any;
};
UNWANTED_PREFIX_SUFFIX: {
document_type: string;
address: string;
date_of_birth: any;
fathers_name: any;
gender: any;
identification_number: any;
name: any;
};
UNDEFINED_ADDRESS: {
document_type: string;
date_of_birth: any;
fathers_name: any;
gender: any;
identification_number: any;
name: any;
address: any;
};
ADDRESS_END_LINE: {
document_type: string;
address: string;
date_of_birth: any;
fathers_name: any;
gender: any;
identification_number: any;
name: any;
};
ADDRESS_START_LINE: {
document_type: string;
address: string;
date_of_birth: any;
fathers_name: any;
gender: any;
identification_number: any;
name: any;
};
};
};
export default _default;