محرك الزعفران العربي · 5 ENGINE STACK

Saffron Arabic Engine مِحْرَاب

صوّر أي وثيقة عربية أو الصق نصها — قانونية، عقارية، مصرفية، رسمية — ودع الرؤية + خمسة محركات ذكاء اصطناعي تفككها: OCR على الجهاز، ثم camel-tools من جامعة نيويورك أبوظبي، Farasa من QCRI، Stanza من ستانفورد. استخراج الكيانات، التحليل الصرفي، المصطلحات القانونية الأردنية، والحكم النهائي. في ثوانٍ.

camel-tools Farasa · QCRI Stanza · Stanford pyarabic langdetect
📸

اسحب صورة أو PDF هنا — أو اضغط للاختيار

📷 صورة وثيقة · 📄 PDF ممسوح · 📝 نص — OCR فوري على الجهاز · حتى 8MB

Engine Verdict

مِحْرَاب

النتائج تظهر هنا — خمسة محركات، حكم واحد.

👁 استخراج الرؤية

👤 أشخاص · PERS

📍 أماكن · LOC

🏛 جهات · ORG

خمسة محركات · صفر نقطة فشل

Every document, five engines deep

👁

Vision OCR · رؤية

Snap a photo of any Arabic document or drop a scanned PDF — Tesseract reads it on-machine, then all five engines analyze. Sovereign, zero third-party calls.

🐪

camel-tools · جمل

Tokenization and 94-way morphological analysis from CAMeL Lab at NYU Abu Dhabi — the gold standard of computational Arabic.

Farasa · فراسة

QCRI's segmentation, POS tagging, and NER running on local JARs — no network, no data ever leaves the machine.

🧠

Stanza · ستانفورد

Stanford's neural pipeline: tokenize, multi-word tokens, POS, lemma, and neural NER for cross-validated entities.

✒️

pyarabic · تطبيع

Normalization, tashkeel stripping, hamza and tatweel analysis — letter-level forensics on every character.

⚖️

Legal Radar · قانون أردني

25+ Jordanian legal terms across 6 categories — courts, contracts, property, agency, punitive, family law.

🛡

Sovereign · سيادي

Self-hosted on Saffron infrastructure. 127.0.0.1-bound, rate-limited, zero third-party calls. Your documents stay yours.

Public API

The engine is open. POST any Arabic text or file and receive the full 5-engine verdict as JSON. No key, no signup.

POST/api/analyze
GET/api/sample
GET/health
# تحليل وثيقة عبر curl
curl -X POST https://arabic.saffronautomations.com/api/analyze \
  -F "file=@document.txt"

# أو نص مباشر
curl -X POST .../api/analyze \
  -H "Content-Type: application/json" \
  -d '{"text":"صحيفة دعوى إزالة الشيوع..."}'