Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/paddlejs-mediapipe/opencv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Modify the [opencv](/https://github.com/opencv/opencv) build_js script to packag

Opencv3.4 contains most of the commonly used APIs, supporting cv.boxPoints api.

# opencv_ocr.js

Encapsulate the opencv API used by ocr module.

# modules
OpenCV modules:
-- To be built: **core imgproc js video**
Expand Down
4 changes: 4 additions & 0 deletions packages/paddlejs-mediapipe/opencv/README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

opencv3.4版本,包含大多数常用api,增加 cv.boxPoints api。

# opencv_ocr.js

封装ocr模块所用到的opencv api。

# 模块

OpenCV 模块:
Expand Down
49 changes: 49 additions & 0 deletions packages/paddlejs-mediapipe/opencv/library/opencv_ocr.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/paddlejs-mediapipe/opencv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paddlejs-mediapipe/opencv",
"version": "0.0.2",
"version": "0.0.3",
"description": "lightweight opencv.js",
"main": "library/",
"scripts": {
Expand Down