AI Service refactor
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 4m19s
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 4m19s
This commit is contained in:
@@ -146,7 +146,7 @@ export const flyerWorker = new Worker<FlyerJobData>(
|
||||
|
||||
// 2. Call AI Service
|
||||
const masterItems = await db.getAllMasterItems(); // Fetch master items for the AI
|
||||
const extractedData = await aiService.extractCoreDataFromFlyerImage(
|
||||
const extractedData = await aiService.aiService.extractCoreDataFromFlyerImage(
|
||||
imagePaths,
|
||||
masterItems,
|
||||
submitterIp,
|
||||
|
||||
Reference in New Issue
Block a user