Dung Diego

up

......@@ -28,6 +28,7 @@ public function import_pdf(Request $request){
$ocr['js_path'] = $js_path;
$ocr['image_path'] = $image_path;
$ocr['mst_template'] = ['image'=>$json_data['image']];
$ocr['dt_template_field'] = [];
return response()->json(['status' => true,'data' => $ocr,]);
} catch (\Throwable $e){
report($e);
......