Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.17 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.17 KB

Digitize Reports

A web-app to digitize medical reports & provide the data in various usable formats, along with some key features for user convenience.

End Users

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.

How does the app work?

  1. Text Detection in separate columns using OpenCV-Python.
  2. Text Recognition using PyTesseract.
  3. Processing the data & displaying the report in a tabular format. Along with 'HIGH' / 'LOW' indication.
  4. Storage of reports in a MongoDB database using PyMongo.
  5. Using the Pandas library to produce a trend chart based on previous reports.

Future Updates:

  1. Verification of MediClaim by comparison with Health Check Parameters.
  2. NLP based model for better accuracy & compatibility with varying structures of reports.
  3. Insurance Coverage suggestions by health prediction using previous reports.