📄️ Ready-To-Use OCR Package
This is a ready-to-use example. All authentication, models, images and example Dockerfile are included. Download it here:
📄️ Basic Object Detection
This example loads a complete object detection pipeline exported from the Hub.
📄️ Optical Character Recognition (OCR)
This example shows how to load a pre-built OCR pipeline from a .denkflow file.
📄️ Configuration Options
The Pipeline.fromdenkflow(filename, kwargs) method is the primary way to load pre-built .denkflow pipelines. Here are several configuration options for different scenarios:
📄️ Custom Pipeline Construction
This example shows how to build a pipeline manually, adding an object detection node that uses an .denkmodel model file.
📄️ Docker Deployment
Running Denkflow in Docker requires careful handling of the data directory for persistence, especially with OneTimeLicenseSource or TensorRT caching.