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:21:15 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
846d6a17dd45891c09964cb8a8364e1caa6c33e2
846d6a17
1 parent
140741cb
up
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
resources/views/dashboard.blade.php
resources/views/dashboard.blade.php
View file @
846d6a1
...
...
@@ -58,10 +58,10 @@
'Content-Type'
:
'multipart/form-data'
}
}).
then
(
res
=>
{
this
.
ocr
=
res
.
data
.
ocr
if
(
res
.
data
.
status
){
alert
(
'Upload thành công'
);
this
.
ocr
=
res
.
data
.
ocr
this
.
openPdfWindow
()
}
else
alert
(
'Upload false'
);
}).
finally
(()
=>
{
...
...
Please
register
or
sign in
to post a comment