Document Intelligence API
แปลงเอกสารและรูปภาพ
เป็นข้อมูลที่ใช้งานได้จริง
REST API สำหรับนักพัฒนา — รองรับ PDF, PNG, JPG, TIFF, WebP
พร้อม bounding box ตำแหน่งข้อความทุก paragraph
$ curl -X POST https://api.sticbox.com/v1/ocr \
-H "X-API-Key: sb_live_xxxx" \
-F "file=@document.pdf"
// Response
{ "success": true, "text": "Invoice #1234...",
"pages": 3, "cost": 0.4500, "blocks": [...] }
Real-time OCR
PDF, PNG, JPG, TIFF
Bounding Boxes
ไม่เก็บไฟล์
REST API