Skip to content

Latest commit

 

History

History

README.md

Dynamsoft Capture Vision SDK for Document Detection

This repository contains example code for using the Dynamsoft Capture Vision SDK to detect documents in images.

python-document-edge-detection.mov

Prerequisites

Supported Platforms

  • Windows
  • Linux
  • macOS

Examples

  • camera.py: Detect documents from a camera video stream.
  • file.py: Detect documents from an image file and display the results in a window.
  • orientation_detection.py: Normalize a document using Dynamsoft Capture Vision SDK, and detect the orientation of the document using Tesseract OCR.

Blog

How to Implement Document Detection in Python Using Dynamsoft Capture Vision SDK