A web-app to digitize medical reports & provide the data in various usable formats, along with some key features for user convenience.
The application is built for insurance companies, who struggle with printed lab reports. Digitization of these reports enables faster verification and provides other functionalities, which help in deciding insurance packages for the client.
- Text Detection in separate columns using OpenCV-Python.
- Text Recognition using PyTesseract.
- Processing the data & displaying the report in a tabular format. Along with 'HIGH' / 'LOW' indication.
- Storage of reports in a MongoDB database using PyMongo.
- Using the Pandas library to produce a trend chart based on previous reports.
- Verification of MediClaim by comparison with Health Check Parameters.
- NLP based model for better accuracy & compatibility with varying structures of reports.
- Insurance Coverage suggestions by health prediction using previous reports.