# OCR validation fixtures Real packet photos used by `integration_test/ocr_label_test.dart` to check that on-device Tesseract reads the variety name correctly. Drop your photos here with these names: - `aubergine.jpg` — the AUBERGINE BLACK BEAUTY packet - `cucumber.jpg` — the CUCUMBER SUPERMARKETER packet Then run on a connected Android device/emulator (native OCR does not run on the host test VM): flutter test integration_test/ocr_label_test.dart -d Each test prints `OCR[] => ""` so you can see exactly what Tesseract read. These fixtures are only for validation — remove the folder from `pubspec.yaml` assets before shipping if you don't want them in the bundle.