bloombase/plants/migrations
Stephan Kerkman ba0ca6b169 feat: card scanning, OCR improvements, crop thumbnail, VPC enrichment
- Add scan-to-plant flow: upload card photos, OCR, VPC match on confirm form
- OpenCV CLAHE + adaptive threshold preprocessing; dual psm 6/11 OCR pass
- Regex fixes for OCR misreads: height (s→5), frost (=,„,i,l,G), density, bloom months (E→I)
- Scientific name extraction: passport section + cultivar quote strategy
- Last-wins merge so back card data overrides front card garbage
- Crop thumbnail tool with Cropper.js; cropped image shown in list and detail
- VPC image always supersedes user thumbnail on detail page
- VPC sunlight mapping: zon→full_sun, halfschaduw→part_sun, schaduw→full_shade
- Auto-set thumbnail on plant created from scan

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-29 21:54:59 +02:00
..
0001_initial.py feat: add Species, Plant, PruningLog models 2026-05-27 19:51:11 +02:00
0002_alter_pruninglog_plant_alter_species_max_height_cm.py fix: use related_name='pruning_logs' and PositiveIntegerField for max_height_cm 2026-05-27 19:59:35 +02:00
0003_add_bloom_months.py feat: replace pruning UI with bloom months 2026-05-28 17:03:25 +02:00
0004_location_plantphoto.py feat: location FK, multi-photo gallery, hide pruning history 2026-05-28 18:27:45 +02:00
0005_species_vpc_slug.py feat: VPC species search alongside Perenual 2026-05-28 18:44:06 +02:00
0006_species_vpc_raw.py feat: store VPC raw scrape data and add reset button 2026-05-28 18:49:15 +02:00
0007_plantcardphoto.py feat: add PlantCardPhoto model 2026-05-28 21:38:15 +02:00
0008_add_watering_sunlight_to_plant.py feat: add per-plant watering and sunlight overrides with icon chips 2026-05-29 11:54:10 +02:00
0009_update_watering_sunlight_choices.py feat: add per-plant watering and sunlight overrides with icon chips 2026-05-29 11:54:10 +02:00
0010_add_frost_density_to_species.py feat: card scanning, OCR improvements, crop thumbnail, VPC enrichment 2026-05-29 21:54:59 +02:00
__init__.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00