File size: 616 Bytes
b313953
8c10e64
 
 
 
b313953
a436b56
b313953
 
 
 
 
8c10e64
 
 
 
 
 
 
 
 
 
 
2620e07
8c10e64
 
2620e07
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: PaddleOCR Medical Document Processor
emoji: 🏥
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.32.1
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.