var toolbox_ocr_detection = {
    "kind": "categoryToolbox",
    "contents": [
        {
            "kind": "category",
            "name": "%{BKY_CAT_OCR_DETECTION}",
            "toolboxitemid": "OCR_DETECTION",
            "levels": "1,2,3",
            "level": "1",
            "categorystyle": "ocr_detection_category",
            "cssConfig": {
                // "icon": "customIcon fas fa-microchip"
                "icon": "customIcon fas fa-play", 
            },
            "contents": [
                    { "kind": "block", "type": "javascript_setup" },
                    { "kind": "block", "type": "ai_stop" },
                      {
            "kind": "block",
            "type": "text_recognition_turn_camera"
        },
        {
            "kind": "block",
            "type": "text_recognition_from_camera"
        },
        {
            "kind": "block",
            "type": "text_recognition_from_stage"
        },
        {
            "kind": "block",
            "type": "text_recognition_from_url"
        },
        {
            "kind": "block",
            "type": "text_recognition_get_result"
        },
                   
            ]
        }
    ]
}
