Individual methods

Individual methods#

Each notebook here drills into one annotation backend, calling its low-level entry point directly rather than going through ov.single.Annotation. Useful when you need to tune a specific method beyond what the unified Annotation.annotate(method=...) interface exposes, or when comparing how each backend behaves on the same input.

For the recommended, unified workflows that combine these methods, see: