paddleocr-processor / README.md
mbuck17's picture
Update README.md
2620e07 verified
|
raw
history blame
615 Bytes
metadata
title: PaddleOCR Medical Document Processor
emoji: 🏥
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 4.8.0
app_file: app.py
pinned: false
license: mit

PaddleOCR Medical Document Processor

This Hugging Face Space provides OCR processing for medical documents using PaddleOCR.

Features

  • Extract text from PDFs and images
  • Optimized for medical/lab documents
  • RESTful API for integration
  • Multi-page PDF support

API Usage

Send POST requests to the /api/predict endpoint with JSON data.

Integration

This space can be integrated with external applications as an OCR microservice.