feat: !print extracted data

This commit is contained in:
amhsirak
2025-06-26 22:44:06 +05:30
parent 3d1a38ec62
commit fbf5bca97d

View File

@@ -233,7 +233,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
); );
updateListStepData(currentListId, extractedData); updateListStepData(currentListId, extractedData);
console.log("✅ Client-side extraction completed:", extractedData); console.log("✅ UI extraction completed:");
} catch (error) { } catch (error) {
console.error("Error in client-side data extraction:", error); console.error("Error in client-side data extraction:", error);
notify("error", "Failed to extract data client-side"); notify("error", "Failed to extract data client-side");