Skip to content

Commit

Permalink
Merge pull request #29 from robertknight/remove-ocrs-project
Browse files Browse the repository at this point in the history
Split OCR engine into a separate project
  • Loading branch information
robertknight authored Jan 2, 2024
2 parents 845a13b + 6543828 commit 262b19f
Show file tree
Hide file tree
Showing 40 changed files with 0 additions and 5,653 deletions.
256 changes: 0 additions & 256 deletions Cargo.lock

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

5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
[workspace]
members = [
# RTen inference engine
".",
"rten-cli",
"rten-examples",
"rten-imageio",
"rten-imageproc",
"rten-tensor",
"rten-text",

# Libs and applications using RTen
"ocrs",
"ocrs-cli",
]
default-members = [
".",
Expand Down
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ wasm:
wasm-bindgen target/wasm32-unknown-unknown/release/rten.wasm --out-dir dist/ --target web --weak-refs
tools/optimize-wasm.sh dist/rten_bg.wasm

.PHONY: ocrs-wasm
ocrs-wasm:
RUSTFLAGS="-C target-feature=+simd128" cargo build --release --target wasm32-unknown-unknown --package ocrs
wasm-bindgen target/wasm32-unknown-unknown/release/ocrs.wasm --out-dir dist/ --target web --reference-types --weak-refs
tools/optimize-wasm.sh dist/ocrs_bg.wasm

.PHONY: wasm-nosimd
wasm-nosimd:
cargo build --release --target wasm32-unknown-unknown
Expand Down
1 change: 0 additions & 1 deletion js-examples/ocr-node/.gitignore

This file was deleted.

Loading

0 comments on commit 262b19f

Please sign in to comment.