CoolFace
Apppublic

destryet/datathon_ocr_medical_bills

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
App README

AI Medical Bill Extractor (HackRX Datathon)

This is a High-Performance API for extracting line items from complex medical bills using Deep Learning.

๐Ÿš€ Architecture

  • โ€”Engine: PaddleOCR (Industrial Grade OCR) for text detection.
  • โ€”Backend: FastAPI (Asynchronous Python Framework).
  • โ€”Optimization: "Lazy Loading" architecture with self-healing dependency management to ensure 99.9% uptime on serverless environments.
  • โ€”Logic: Custom parsing algorithms to detect tabular structures and filter out noise.

๐Ÿ› ๏ธ Tech Stack

  • โ€”Python 3.10
  • โ€”FastAPI / Uvicorn
  • โ€”PaddleOCR / OpenCV (Headless)
  • โ€”Numpy / Pandas

๐Ÿ”— API Endpoint

Base URL: https://destryet-datathon-ocr-medical-bills.hf.space

Endpoint: /extract-bill-data

  • โ€”Method: POST
  • โ€”Body: {"document": "URL_TO_PDF"}