fix(ocr): EXIF-Orientation und scrollbares Review-Layout #86
No reviewers
Labels
No labels
app/archiv
app/einkaufslisten
app/imap-client
app/wissensbasis
arch-answered
arch-question
area/api
area/auth
area/infra
area/mobile
area/shared
area/ui
area/web
portfolio-status
prio/high
prio/low
prio/medium
roadmap/public
size/l
size/m
size/s
size/xl
size/xs
status/blocked
status/needs-info
type/bug
type/chore
type/docs
type/feature
type/idea
type/refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
admin-mrrm/mrrmlabapp!86
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/ocr-orientation-and-review-layout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Behebt #85.
Änderungen
apps/ocr/app/ocr.py–ImageOps.exif_transpose()direkt nachImage.open()aufrufen, sodass Hochformat-Fotos vom Handy korrekt orientiert an TrOCR gehen (PIL respektiert EXIF-Orientationsonst nicht automatisch). Der bestehende Deskew-Schritt deckt nur ±45° ab und kann 90°/180°-Drehungen nicht kompensieren.packages/feature-shopping-list/src/components/review-screen.tsx– Vorschaubild, Item-Liste und Add-Input in einen Tamagui<ScrollView>packen. Vorher überlagerte die Item-Liste bei vielen Einträgen das Vorschaubild, weil derYStack flex={1}keinen eigenen Scroll-Container hat. Confirm-Button bleibt außerhalb des ScrollView fix unten sichtbar.Test plan
- apps/ocr/app/ocr.py: ImageOps.exif_transpose vor convert("RGB"), damit Hochformat-Fotos nicht kopfüber an TrOCR gehen - review-screen.tsx: Inhalte in ScrollView, Confirm-Button bleibt fix unten Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>