Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Satini_pvduc
/
ocrpdf
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
tien_nemo
2025-08-12 22:41:54 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
63ba4a033ce95fbbb7b1ce43bb82f11c6d987ec1
63ba4a03
1 parent
da79043d
test load data
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/Http/Controllers/OcrController.php
resources/views/ocr/index.blade.php
app/Http/Controllers/OcrController.php
View file @
63ba4a0
...
...
@@ -20,7 +20,7 @@ class OcrController extends Controller
$request
->
validate
([
'customer_name_text'
=>
'required|string'
,
'customer_name_xy'
=>
'required|string'
,
't
pl_name'
=>
'unique:mst_templat
e'
,
't
emplate_name'
=>
'unique:mst_template,tpl_nam
e'
,
]);
// Lưu vào bảng mst_template
...
...
@@ -50,7 +50,7 @@ class OcrController extends Controller
$imgPath
=
(
"image/data_picking_detail_1754967679.jpg"
);
$templateName
=
'nemo
_4
'
;
$templateName
=
'nemo'
;
/// Lấy từ request hoặc mặc định
...
...
resources/views/ocr/index.blade.php
View file @
63ba4a0
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment