Update ocr.html
Browse files
ocr.html
CHANGED
@@ -211,7 +211,7 @@
|
|
211 |
pdfjsLib.GlobalWorkerOptions.workerSrc = 'https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.4.120/pdf.worker.min.js';
|
212 |
|
213 |
// إعدادات API4AI OCR
|
214 |
-
const RAPIDAPI_KEY = '
|
215 |
const OCR_API_URL = 'https://ocr43.p.rapidapi.com/v1/results';
|
216 |
|
217 |
// متغيرات عامة
|
|
|
211 |
pdfjsLib.GlobalWorkerOptions.workerSrc = 'https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.4.120/pdf.worker.min.js';
|
212 |
|
213 |
// إعدادات API4AI OCR
|
214 |
+
const RAPIDAPI_KEY = '32769fb369mshfdf6f5e28e26674p1f3764jsn2a31085a1fc7';
|
215 |
const OCR_API_URL = 'https://ocr43.p.rapidapi.com/v1/results';
|
216 |
|
217 |
// متغيرات عامة
|