Skip to content

Commit dd6687e

Browse files
committed
Update
1 parent 3bd7440 commit dd6687e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

examples/official/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ https://github.com/user-attachments/assets/1d93597e-45f0-487f-a946-8f6dbcda9b07
2323
- macOS
2424

2525

26+
## Examples
27+
- [camera.py](./camera.py): Detect documents from a camera video stream.
28+
- [file.py](./file.py): Detect documents from an image file and display the results in a window.
29+
- [orientation_detection.py](./orientation_detection.py): Normalize a document using Dynamsoft Capture Vision SDK, and detect the orientation of the document using Tesseract OCR.

examples/official/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
dynamsoft-capture-vision-bundle
2-
opencv-python
2+
opencv-python
3+
pytesseract

0 commit comments

Comments
 (0)