AI Powered OCR for Your Business

High accuracy OCR for PDF, Images, Voice — in Arabic & English

📘 API Documentation

OCR-GCC provides a powerful OCR API supporting:

Sample API Request

curl --location 'https://oddqtosvqdiynufixtqt.supabase.co/functions/v1/ocrai' \ --header 'Authorization: Bearer <API_TOKEN>' \ --form 'ui_fields="[\"name\",\"email\",\"phone\",\"account\"]"' \ --form 'pdf=@"/C:/Users/ocr/image1.png"'

Sample API Response

{ "success": true, "raw_ocr": "Extracted text ...", "name": "Lauren Thompson", "email": "ocr.developer@ocr-gcc.com", "phone": "+441915555555", "account": "" }

🔁 How to Call It

📌 Image / PDF Upload

curl -X POST https://.supabase.co/functions/v1/ocr-ai \ -H "Authorization: Bearer " \ -F 'ui_fields=["name","email","phone"]' \ -F 'data_type=form' \ -F 'output_type=json' \ -F 'image=@card.png'

📌 Audio (voice → text)

curl -X POST https://.supabase.co/functions/v1/ocr-ai \ -H "Authorization: Bearer " \ -F 'ui_fields=["name","email"]' \ -F 'data_type=form' \ -F 'output_type=json' \ -F 'audio=@voice.m4a'

📌 Table → CSV

curl -X POST https://.supabase.co/functions/v1/ocr-ai \ -H "Authorization: Bearer " \ -F 'ui_fields=["item","qty","price"]' \ -F 'data_type=table' \ -F 'output_type=csv' \ -F 'image=@invoice.png'

💰 Pricing Plans

Basic

10 SAR
  • ✓ 30 requests / month
  • ✓ 5 requests / day
  • ✓ Image size 1 MB
  • ✓ Single-page PDF
  • ✓ Voice supported

Pro

100 SAR
  • ✓ 400 requests / month
  • ✓ 30 requests / day
  • ✓ Image size 5 MB
  • ✓ Multi-page PDF
  • ✓ Up to 5 attachments
  • ✓ CSV / JSON / Excel outputs
  • ✓ Priority support

📞 Contact for Activation

For API Key & Payments: