File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ module.exports = {
4141 } ,
4242
4343 // OCR Ayarları
44- ocr : {
45- // Windows için tesseract yolu (yüklüyse burayı doldurun), aksi halde PATH'ten bulunur
46- tesseractPath : process . env . TESSERACT_PATH || undefined ,
47- languages : process . env . TESSERACT_LANG || 'tur+eng' ,
48- dpi : 300 ,
49- minTextThreshold : 120 , // pdf-parse çıktısı bundan azsa OCR dene
50- preferPython : true // mümkünse Python OCR kullan
51- } ,
44+ // hr-rag-system/config.js
45+ ocr : {
46+ tesseractPath : process . env . TESSERACT_PATH || undefined ,
47+ languages : process . env . TESSERACT_LANG || 'tur+eng' ,
48+ dpi : 450 , // 300'den 450'ye çıkar
49+ minTextThreshold : 50 , // 120'den 50'ye düşür (daha çok PDF'e OCR uygulansın)
50+ preferPython : true
51+ } ,
5252
5353 // Server Ayarları
5454 server : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments