- Automatic label detection is running. Please wait...
-
+
+ {{ $t('ContributionAssistant.FindBoundingBoxesRunning') }}
+
- 1. Draw squares around the labels
+ {{ $t('ContributionAssistant.LabelsExtractionSteps.DrawBoundingBoxes') }}
-
+
- 2. Check the readability of labels
+ {{ $t('ContributionAssistant.LabelsExtractionSteps.CheckLabels') }}
-
+
- 3. Send the cropped images for automatic processing
+ {{ $t('ContributionAssistant.LabelsExtractionSteps.SendLabels') }}
-
- Process Cropped Images
+
+ {{ $t('ContributionAssistant.LabelsExtractionSteps.SendLabelsButton') }}
@@ -85,11 +85,11 @@
variant="outlined"
>
- {{ productPriceForms.length }} price{{ productPriceForms.length > 1 ? 's' : '' }} will be added to an existing proof on the {{ proofForm.date }} at {{ locationName }}.
+ {{ $t('ContributionAssistant.PriceAddConfirmationMessage', { numberOfPricesAdded: productPriceForms.length, date: proofForm.date, locationName: locationName }) }}
-