tien_nemo

file json

......@@ -89,8 +89,8 @@ class OcrController extends Controller
$templateName = $request->get('template_name', '');
// Giả sử file OCR JSON & ảnh nằm trong storage/app/public/image/
$jsonPath = public_path("image/Iwasaki_1757404869_with_table.json");
$imgPath = ("image/Iwasaki_1757404869.jpg");
$jsonPath = public_path("image/nemo_new_3_1757403463_with_table.json");
$imgPath = ("image/nemo_new_3_1757403463.jpg");
if (!file_exists($jsonPath)) {
return response()->json(['error' => 'File OCR JSON không tìm thấy'], 404);
......