Skip to content

Commit

Permalink
add ocr demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekhorn committed Jun 17, 2024
1 parent 97d43cf commit db1f309
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
'node_modules',
'srcs/tauri',
'*.config.*',
'_site',
],
parser: '@typescript-eslint/parser',
parserOptions: {
Expand Down
Binary file added _site/ocr-demo/assets/eng_bw-C9Ow99-y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions _site/ocr-demo/assets/index-BZ0Z3CEM.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _site/ocr-demo/assets/index-DTm_w671.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added _site/ocr-demo/assets/ocrs_bg-BT9eRiEd.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
21 changes: 21 additions & 0 deletions _site/ocr-demo/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Spaced</title>
<script
type="module"
crossorigin
src="/spaced/ocr-demo/assets/index-BZ0Z3CEM.js"
></script>
<link
rel="stylesheet"
crossorigin
href="/spaced/ocr-demo/assets/index-DTm_w671.css"
/>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
</body>
</html>

0 comments on commit db1f309

Please sign in to comment.