This is a Flutter mobile app that:
- Uses the device camera to capture images of hospital discharge letters.
- Runs OCR (Optical Character Recognition) with Google ML Kit to extract text from the image.
- Sends the extracted text to a FastAPI backend that calls the Gemini API to generate a clean structured summary:
- Patient Details
- Diagnosis
- Treatment / Procedures
- Follow-up Instructions
- 📷 Take a picture with your phone camera.
- 📝 Extract text directly from the image.
- ✂️ Summarize the hospital discharge letter into meaningful sections.
- 📋 Copy extracted or summarized text to clipboard.
You can download the latest release of DocSum from the GitHub Releases page:
- Click on assets and click on app-release.apk
- After download, open the apk to confirm the installation
- You can now open the app normally from your app drawer
Note: Android may warn about installing apps from unknown sources. You may need to allow installing from this source in your device settings.
