docs.rs failed to build bubblepop-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
BubblePop Rust Library
Fast, lightweight speech bubble extraction for comics and manga in Rust.
Usage
Add Dependency
[]
= "0.1.0"
Quick Detection
use detect;
Custom Options & Instance API
use ;
Running Examples
An example demonstrating speech bubble detection with visualization overlays:
# Detect and generate overlay from the default sample image
# Or pass a custom image file
This writes <filename>_overlay.jpg in the current working directory with semi-transparent bubble masks and thick boundary contours.