File size: 802 Bytes
900df0b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
30
31
32
33
34
35
# 🚀 البدء السريع — OmniFile AI Processor

## التثبيت (دقيقتان)

```bash
git clone https://github.com/DrAbdulmalek/OmniFile_Processor.git
cd OmniFile_Processor
bash scripts/setup.sh
```

## التشغيل

```bash
python -m src.gradio_ui        # واجهة Gradio (7 تبويبات)
streamlit run app.py           # واجهة Streamlit
python process.py -i img.jpg -o out -e surya --correct --export-docx
```

## على Google Colab

```python
!git clone https://github.com/DrAbdulmalek/OmniFile_Processor.git
%cd OmniFile_Processor
!pip install -r requirements-colab.txt
```

ثم افتح `notebooks/OmniFile_Diagnostic.ipynb`

## على الجوال

```bash
python mobile_review/server.py --host 0.0.0.0 --port 5000
# افتح من الهاتف: http://<IP>:5000
```