usls 0.1.11

A Rust library integrated with ONNXRuntime, providing a collection of ML models.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! YOLO-specific label sets.

/// YOLO DocStructBench 10-class document layout categories.
pub const NAMES_YOLO_DOCLAYOUT_10: [&str; 10] = [
    "title",
    "plain text",
    "abandon",
    "figure",
    "figure_caption",
    "table",
    "table_caption",
    "table_footnote",
    "isolate_formula",
    "formula_caption",
];