Open git-union[bot] opened 8 months ago
As a user, I want to be able to take a picture of my physical book and find a free ebook version of it, so that I can read it on my device.
sequenceDiagram participant User participant App participant OCR_Service participant Database User->>App: Takes photo App->>OCR_Service: Sends image for text recognition OCR_Service-->>App: Returns recognized text App->>Database: Searches for ebook using text Database-->>App: Provides search results App->>User: Displays ebook options
Library Capture
As a user, I want to be able to take a picture of my physical book and find a free ebook version of it, so that I can read it on my device.
Acceptance Criteria