extraction func is added

This commit is contained in:
2025-05-22 20:46:55 +05:30
parent f53919a3cd
commit d6d040c9e4
21 changed files with 2575 additions and 1752 deletions

View File

@@ -6,7 +6,7 @@ export interface ExtractedData {
name?: string;
memberId?: string;
dob?: string;
[key: string]: any; // In case your extraction returns additional dynamic fields
[key: string]: any;
}
export default async function forwardToPythonService(