forked from DayBreak-u/chineseocr_lite
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f32a927
commit ba4ccef
Showing
27 changed files
with
27 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ __pycache__/ | |
# Distribution / packaging | ||
.Python | ||
build/ | ||
.idea/ | ||
develop-eggs/ | ||
downloads/ | ||
eggs/ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
#!/usr/bin/env python | ||
# encoding: utf-8 | ||
# author:alisen | ||
# time: 2020/4/28 14:54 | ||
|
||
|
Binary file not shown.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!DOCTYPE html><html lang=zh-hans><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>chineseocr_lite-开源的离线ocr</title><link href=/css/app.77d50329.css rel=preload as=style><link href=/css/chunk-vendors.9d96bc97.css rel=preload as=style><link href=/js/app.7dd3e457.js rel=preload as=script><link href=/js/chunk-vendors.ae13d15d.js rel=preload as=script><link href=/css/chunk-vendors.9d96bc97.css rel=stylesheet><link href=/css/app.77d50329.css rel=stylesheet></head><body><noscript><strong>We're sorry but fontend doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.ae13d15d.js></script><script src=/js/app.7dd3e457.js></script></body></html> |
2 changes: 1 addition & 1 deletion
2
.../dist/TrWebOcr_fontend/js/app.7dd3e457.js → ...hineseocr_lite_fontend/js/app.7dd3e457.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...t/TrWebOcr_fontend/js/app.7dd3e457.js.map → ...seocr_lite_fontend/js/app.7dd3e457.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
#!/usr/bin/env python | ||
# encoding: utf-8 | ||
# author:alisen | ||
# time: 2020/4/29 14:56 | ||
|
||
|
||
import json | ||
import numpy as np | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
#!/usr/bin/env python | ||
# encoding: utf-8 | ||
# author:alisen | ||
# time: 2020/5/11 21:58 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
#!/usr/bin/env python | ||
# encoding: utf-8 | ||
# author:alisen | ||
# time: 2020/5/11 22:21 | ||
|
||
|
||
import socket | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
#!/usr/bin/env python | ||
# encoding: utf-8 | ||
# author:alisen | ||
# time: 2020/4/29 14:56 | ||
|
||
|
||
import json | ||
import numpy as np | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
scipy | ||
numpy | ||
opencv-python | ||
Cython | ||
pillow | ||
web.py==0.40.dev0 | ||
onnxruntime | ||
pyclipper | ||
shapely | ||
flask | ||
flask-restful | ||
tornado==5.1.1 | ||
numpy==1.19.1 | ||
opencv_python==4.3.0.36 | ||
onnxruntime==1.4.0 | ||
Shapely==1.7.0 | ||
pyclipper==1.2.0 | ||
Pillow==7.2.0 |