Skip to content

Commit

Permalink
feat(Price Validator Assistant): add support for product name gemini …
Browse files Browse the repository at this point in the history
…detection (#1159)
  • Loading branch information
TTalex authored Dec 22, 2024
1 parent 5257040 commit 4897a9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/PriceValidatorAssistant.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export default {
// proofImage: 'https://prices.openfoodfacts.org/img/0024/2NToLMxOgN.webp',
product_code: barcodeString,
detected_product_code: barcodeString,
product_name: label.product_name,
bounding_box: data.items[i].bounding_box
}
this.productPriceForms.push(productPriceForm)
Expand Down

0 comments on commit 4897a9e

Please sign in to comment.