generated from qber-soft/Ave-React-Template
-
Notifications
You must be signed in to change notification settings - Fork 2
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
8d378e7
commit afd512f
Showing
41 changed files
with
1,054 additions
and
116 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
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,4 +1,6 @@ | ||
node_modules | ||
build | ||
bin | ||
# .pkg-cache | ||
# .pkg-cache | ||
dist | ||
*.traineddata |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"arrowParens": "always", | ||
"bracketSpacing": true, | ||
"printWidth": 10000000, | ||
"proseWrap": "never", | ||
"useTabs": true, | ||
"tabWidth": 4 | ||
} |
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,34 +1,52 @@ | ||
<p align="center"> | ||
<a href="https://qber-soft.github.io/Ave-React-Docs/"> | ||
<img width="200" src="https://qber-soft.github.io/Ave-React-Docs/img/Ave.svg"> | ||
</a> | ||
<img width="200" src="./assets/ocr.png"> | ||
</p> | ||
|
||
<h1 align="center">Avernakis React Template</h1> | ||
<!-- <h1 align="center">OCR</h1> --> | ||
|
||
<div align="center"> | ||
|
||
</div> | ||
|
||
# Introduction | ||
|
||
This is the template project of Ave React. | ||
This is powered by [Avernakis React](https://qber-soft.github.io/Ave-React-Docs/) & [Tesseract.js](https://github.com/naptha/tesseract.js). 😀 | ||
|
||
Docs: [https://qber-soft.github.io/Ave-React-Docs/](https://qber-soft.github.io/Ave-Nodejs-Docs/) | ||
It supports Chinese and English out of box. | ||
|
||
## Dev | ||
# Install | ||
|
||
Download it from [Github Release](https://github.com/rerender2021/ocr/releases). | ||
|
||
# Features | ||
|
||
- drag and drop to open | ||
|
||
![ocr-cn](./docs/image/ocr-cn.gif) | ||
|
||
![ocr-en](./docs/image/ocr-en.gif) | ||
|
||
- `Ctrl + V`: paste image from clipboard or file | ||
|
||
![ocr-clipboard](./docs/image/ocr-clipboard.gif) | ||
|
||
![ocr-file](./docs/image/ocr-file.gif) | ||
|
||
- `Ctrl + C`: copy recognized text to clipboard | ||
|
||
# Dev | ||
|
||
```bash | ||
> npm install | ||
> npm run dev | ||
``` | ||
|
||
## Package | ||
# Package | ||
|
||
```bash | ||
> npm run release | ||
``` | ||
|
||
## License | ||
# License | ||
|
||
[MIT](./LICENSE) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,11 @@ | ||
examples: | ||
https://github.com/naptha/tesseract.js/blob/master/docs/examples.md | ||
|
||
offline: | ||
https://github.com/jeromewu/tesseract.js-offline | ||
|
||
data of lang: | ||
https://tesseract-ocr.github.io/tessdoc/Data-Files.html | ||
|
||
table of lang: | ||
https://github.com/naptha/tessdata/tree/gh-pages/4.0.0 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.