This commit is contained in:
gaofeng
2026-06-17 09:23:18 +08:00
commit 81ade70944
1638 changed files with 213697 additions and 0 deletions

10
config/ocr.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
return [
'origin' => env('OCR_ORIGIN', ''),
'timeout' => (int) env('OCR_TIMEOUT', 60),
'connect_timeout' => (int) env('OCR_CONNECT_TIMEOUT', 10),
'auto_rotate' => env('OCR_AUTO_ROTATE', true),
'return_debug' => env('OCR_RETURN_DEBUG', false),
'verify_ssl' => env('OCR_VERIFY_SSL', true),
];