πŸ” PaddleOCR

Deep Learning OCR β€” Akurat untuk teks berlapis, tabel, & 80+ bahasa

PP-OCRv3/4 + PP-Structure

Upload Gambar

πŸ“„
Drag & drop gambar, atau klik untuk browse
PNG, JPG, WEBP, BMP, TIFF β€” max 10MB
preview
×

Settings

Text angle correction

OCR Result

Upload Gambar Surat

πŸ₯
Drag & drop gambar surat, atau klik untuk browse
PNG, JPG, WEBP β€” max 10MB
preview
×

Hasil Deteksi

API Endpoints

POST /api/ocr

curl -X POST https://paddle-ocr.cgfy.my.id/api/ocr \ -F "image=@scan.jpg" \ -F "lang=en" \ -F "use_angle=true"

Returns JSON: success, text, lines (with bbox+confidence), elapsed_ms

POST /api/detect

curl -X POST https://paddle-ocr.cgfy.my.id/api/detect \ -F "image=@surat.jpg"

Returns: is_sick_letter, confidence, score, document_type, detected_keywords, matched_categories, reasoning, ocr_text_preview

Document types: SURAT_KETERANGAN_SAKIT | SURAT_ISTIRAHAT | SURAT_KONTROL | SURAT_RUJUKAN | RESEP_OBAT | HASIL_LABORATORIUM | DOKUMEN_MEDIS_LAINNYA | BUKAN_DOKUMEN_MEDIS

GET /api/health

curl https://paddle-ocr.cgfy.my.id/api/health

Returns: status, paddlepaddle_version, supported_languages