Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Dung Diego
/
ocr-tool
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
Dung Diego
2026-07-16 11:44:04 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
0a178a481a5296c17000bc19ce004de23bab0844
0a178a48
1 parent
4f51b1ba
up
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
resources/views/dashboard.blade.php
resources/views/dashboard.blade.php
View file @
0a178a4
...
...
@@ -3,6 +3,9 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"csrf-token"
content=
"{{ csrf_token() }}"
>
<title>
Demo
</title>
<link
rel=
"stylesheet"
href=
"https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback"
>
<link
rel=
"stylesheet"
href=
"{{ asset('AdminLTE/plugins/fontawesome-free/css/all.min.css') }}"
>
...
...
@@ -79,7 +82,7 @@
}).
then
(
res
=>
{
if
(
res
.
data
.
status
){
alert
(
'Upload thành công'
);
this
.
ocr
=
res
.
data
.
ocr
this
.
ocr
=
res
.
data
.
data
this
.
openPdfWindow
()
}
else
alert
(
'Upload false'
);
...
...
Please
register
or
sign in
to post a comment