Skip to content

Commit

Permalink
kill ocr client: support only ocr engine
Browse files Browse the repository at this point in the history
We also kill examples: tests can cover their usage.
  • Loading branch information
wydengyre committed May 13, 2024
1 parent d822ab7 commit ed2d276
Show file tree
Hide file tree
Showing 27 changed files with 1 addition and 4,595 deletions.
18 changes: 1 addition & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,4 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
- package-ecosystem: npm
directory: /
schedule:
interval: daily
- package-ecosystem: npm
directory: /examples/node-cli
schedule:
interval: daily
- package-ecosystem: npm
directory: /examples/node-server
schedule:
interval: daily
- package-ecosystem: npm
directory: /examples/web
schedule:
interval: daily
interval: daily
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
run: npm ci
- name: Build library
run: make lib
- name: Build examples
run: make examples
- name: Typecheck
run: make typecheck
- name: Check formatting
Expand Down
1 change: 0 additions & 1 deletion examples/node-cli/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions examples/node-cli/README.md

This file was deleted.

62 changes: 0 additions & 62 deletions examples/node-cli/ocr.js

This file was deleted.

Loading

0 comments on commit ed2d276

Please sign in to comment.