You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Some interesting code was written in Smoothie: openfoodfacts/smooth-app#2383, in tmp_ocr_packaging_result.dart (class OcrPackagingResult) and ocr_packaging_helper.dart (method extractPackaging).
Describe the solution you'd like
The code should be moved to this package.
Describe alternatives you've considered
No rush, we can still leave things the way they are.
The text was updated successfully, but these errors were encountered:
New files:
* `OcrPackagingResult.dart`: Result from OCR applied to packaging.
* `OcrPackagingResult.g.dart`: generated.
Impacted files:
* `OcrPackagingResult.dart`: mere refactoring in order to match the new `OcrPackagingResult` class.
* `openfoodfacts.dart`: new OCR method `extractPackaging`; refactored `extractIngredients` and fixed a bug.
New files:
* `OcrPackagingResult.dart`: Result from OCR applied to packaging.
* `OcrPackagingResult.g.dart`: generated.
Impacted files:
* `OcrPackagingResult.dart`: mere refactoring in order to match the new `OcrPackagingResult` class.
* `openfoodfacts.dart`: new OCR method `extractPackaging`; refactored `extractIngredients` and fixed a bug.
Is your feature request related to a problem? Please describe.
Some interesting code was written in Smoothie: openfoodfacts/smooth-app#2383, in
tmp_ocr_packaging_result.dart
(classOcrPackagingResult
) andocr_packaging_helper.dart
(methodextractPackaging
).Describe the solution you'd like
The code should be moved to this package.
Describe alternatives you've considered
No rush, we can still leave things the way they are.
The text was updated successfully, but these errors were encountered: