HACKER Q&A
📣 surume

Is there a LLM that can read a PDF medical report?


I want to build an app that can analyse data from a medical report in pdf format that also has tabular data as well as text, which itself may be found in various tables.

The LLM would need to be accessed via API and would need to be able to be fine tuned. The PDF's may be up to 130 pages long.

Examples of information that I'd like to derive from the report are:

1. Does the patient have insurance of type X or Y?

2. What are the conditions that the patient is currently listed as having?

3. Is the patient currently taking medication of type X or Y?

4. How long has the patient been suffering from their current condition

5. What is the patients current cholesterol level

6. Which paragraph in the document deals with insurance and billing?

Of course, all of this info is listed in the medical report.


  👤 thfuran Accepted Answer ✓
Are you looking for an llm that is a certified medical device? Are you trying to ingest a specific type of report from a specific institution or any old medical report?