Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -28,6 +28,7 @@ public function import_pdf(Request $request){ | ... | @@ -28,6 +28,7 @@ public function import_pdf(Request $request){ |
| 28 | $ocr['js_path'] = $js_path; | 28 | $ocr['js_path'] = $js_path; |
| 29 | $ocr['image_path'] = $image_path; | 29 | $ocr['image_path'] = $image_path; |
| 30 | $ocr['mst_template'] = ['image'=>$json_data['image']]; | 30 | $ocr['mst_template'] = ['image'=>$json_data['image']]; |
| 31 | + $ocr['dt_template_field'] = []; | ||
| 31 | return response()->json(['status' => true,'data' => $ocr,]); | 32 | return response()->json(['status' => true,'data' => $ocr,]); |
| 32 | } catch (\Throwable $e){ | 33 | } catch (\Throwable $e){ |
| 33 | report($e); | 34 | report($e); | ... | ... |
-
Please register or sign in to post a comment