[
    {
        "input": "أحمد",
        "normalized": "احمد"
    },
    {
        "input": "إبراهيم",
        "normalized": "ابراهيم"
    },
    {
        "input": "مكتبة",
        "normalized": "مكتبه"
    },
    {
        "input": "مصطفى",
        "normalized": "مصطفي"
    },
    {
        "input": "مُحَمَّد",
        "normalized": "محمد"
    },
    {
        "input": "٣٠٥",
        "normalized": "305"
    },
    {
        "input": "شركة  الرافدين",
        "normalized": "شركه الرافدين"
    },
    {
        "input": "CafeX",
        "normalized": "cafex"
    },
    {
        "input": "عَبْدُ الله",
        "normalized": "عبد الله"
    },
    {
        "input": "آمنة",
        "normalized": "امنه"
    }
]