AI Services

Welcome to Voodoo RPA AI Services demo platform. You can use this APIs test our RPA platform capability. Also, you can use our Deep Learning Based Services in your RPA projects developed by other tools like #automation anywhere #uipath #blue prism

Use below REST APIs In Your RPA Projects

Document OCR Service

This is a Deep Learning Based OCR Service for Text in the Wild.

Parameter Definition Properties
imageBase64Source Image Base64 Source Mandatory

INPUT

    {
        "imageBase64Source" : "/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAUDBAQEAwUEBAQFBQUGBwwIBwcHBw..."
    }

OUTPUT

    {
        "status": "1000",
        "error": "",
        "response": {
            "SourceFilePath": "",
            "Operation": 0,
            "RetCode": 0,
            "DetailedInfo": "",
            "UsageLeft": 0,
            "LstTextResult": [
                {
                    "RetCode": 0,
                    "Value": "lij",
                    "ValueProbability": 0.33098834577943725,
                    "bl_x": 176,
                    "bl_y": 121,
                    "tl_x": 175,
                    "tl_y": 79,
                    "br_x": 236,
                    "br_y": 120,
                    "tr_x": 236,
                    "tr_y": 78
                },
                {
                    "RetCode": 0,
                    "Value": "life",
                    "ValueProbability": 0.26085580727874685,
                    "bl_x": 180,
                    "bl_y": 169,
                    "tl_x": 180,
                    "tl_y": 130,
                    "br_x": 240,
                    "br_y": 168,
                    "tr_x": 240,
                    "tr_y": 129
                },
                ...
                {
                    "RetCode": 0,
                    "Value": "pe09159861aus8406077f10032",
                    "ValueProbability": 0.5944140052236857,
                    "bl_x": 53,
                    "bl_y": 880,
                    "tl_x": 53,
                    "tl_y": 834,
                    "br_x": 713,
                    "br_y": 884,
                    "tr_x": 714,
                    "tr_y": 839
                }
            ],
            "ptime": 4.593,
            "image": "iVBORw0KGgoAAAANSUhEUgAABSgAAAO9CAIAAAAOiB4VAAAgAElEQVR..."
        }
    }    
Captcha OCR Service

This is a Deep Learning Based Captcha OCR Service for Text in the Wild.

Sample Captcha: captchaImg

Parameter Definition Properties
imageBase64Source Image Base64 Source Mandatory

INPUT

    {
        "imageBase64Source" : "iVBORw0KGgoAAAANSUhEUgAAAIcAAAAtCAIAAAALAu/VAAAMUElEQVR4Xu2bd3xU..."
    }

OUTPUT

	{
		"status": "1000",
		"error": "",
		"response": {
			"SourceFilePath": "",
			"Operation": 1,
			"RetCode": 0,
			"DetailedInfo": "",
			"UsageLeft": 0,
			"LstTextResult": [
				{
					"RetCode": 0,
					"Value": "n4c3a",
					"ValueProbability": 0.7111726999282837,
					"bl_x": 0,
					"bl_y": 44,
					"tl_x": 0,
					"tl_y": 0,
					"br_x": 134,
					"br_y": 44,
					"tr_x": 134,
					"tr_y": 0
				}
			],
			"ptime": 0.23
		}
	}   
Handwritten Signature Detection Service

This is a Deep Learning Based Handwritten Signature Detection Service.

Parameter Definition Properties
imageBase64Source Image Base64 Source Mandatory

INPUT

    {
        "imageBase64Source" : "/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAUDBAQEAwUEBAQFBQUGBwwIBwcHBw..."
    }

OUTPUT

    {
        "status": "1000",
        "error": "",
        "response": {
            "SourceFilePath": "C:\\1683630416-1259.bmp",
            "RetCode": 0,
            "DetailedInfo": "",
            "UsageLeft": 0,
            "LstSignatureResult": [
                {
                    "RetCode": 0,
                    "ValueProbability": 0.999984622001648,
                    "bl_x": 97,
                    "bl_y": 913,
                    "tl_x": 97,
                    "tl_y": 860,
                    "br_x": 245,
                    "br_y": 912,
                    "tr_x": 244,
                    "tr_y": 858
                },
                {
                    "RetCode": 0,
                    "ValueProbability": 0.9999696612358093,
                    "bl_x": 440,
                    "bl_y": 925,
                    "tl_x": 440,
                    "tl_y": 867,
                    "br_x": 593,
                    "br_y": 925,
                    "tr_x": 593,
                    "tr_y": 867
                }
            ],
            "ptime": 0.679,
            "image": "iVBORw0KGgoAAAANSUhEUgAAAyAAAARsCAIAAADpL2WmAAAgAElEQVR4A..."
        }
    }   
Facial Recognition Service

This is a Deep Learning Based Facial Recognition Service.

Parameter Definition Properties
img1Base64 First Image Base64 Source Mandatory
img2Base64 Second Image Base64 Source Mandatory

INPUT

    {
        "img1Base64": "/9j/4AAQSkZJRgABAQEAAAAAAAD/4QBCRXhpZgAATU0AKgAAAAgAAYdpAAQAAAABAAAAG",
        "img2Base64" : "/9j/4AAQSkZJRgABAQEAAAAAAAD/4QBCRXhpZgAATU0AKgAAAAgA"
    }

OUTPUT

    {
        "status": "1000",
        "error": "",
        "response": {
            "code": "1000",
            "img1Base64": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBk...",
            "img2Base64": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQ...",
            "similarity": 84,
            "verified": "True",
            "ptime": 1.392
        }
    }  
Turkish E-Invoice Data Extraction Service

This is a Turkish E-Invoice Data Extraction Service.

Parameter Definition Properties
priceFormat First Image Base64 Source Mandatory (stripped|raw)
buyerHint Second Image Base64 Source Mandatory ("-" means no hint)
imageBase64Source Second Image Base64 Source Mandatory

INPUT

    {
        "priceFormat": "stripped",
        "buyerHint": "-",
        "imageBase64Source" : "JVBERi0xLjQKMSAwIG9iago8PAovVGl0bGUgKP7/KQovQ3JlYXRvciAo/v8pCi9Qcm9kdWNlciAo/v8AUQ..."
    }

OUTPUT

    {
        "code": 1000,
        "message:": "extract operation called.",
        "response": {
            "FATURA_NO": "FTE2022...",
            "FATURA_TARIHI": "01-12-2022",
            "FATURA_TIPI": "E-FATURA",
            "SATICI": "ONEZERO AŞ.",
            "SATICI_VD": "BAKIRKÖY VERGİ DAİRESİ",
            "SATICI_VKN": "9090106345",
            "ALICI": "X TECHNOLOGY LTD.ŞTİ.",
            "ALICI_VD": "ÇİĞLİ",
            "ALICI_VKN": "1950628767",
            "TOPLAM_TUTAR": "82.958,47",
            "TOPLAM_ISKONTO": "",
            "KDV_18": "14.932,52",
            "KDV_8": "",
            "KDV_5": "",
            "KDV_1": "",
            "KDV_0": "",
            "TOPLAM_KDV": "",
            "VERGILER_DAHIL_TOPLAM": "97.890,99",
            "ODENECEK_TUTAR": "97.890,99",
            "YABANCIPARABIRIMI": "HAYIR",
            "KALEMLER": "[{\"SIRA_NO\":\"1\",\"MAL_HIZMET_KODU\":\"\",\"MAL_HIZMET\":\"Hizmet Bedeli\",\"MAL_HIZMET_TUTARI\":\"82.958,47\"}]"
        },
        "ptime": 1.284
    } 
Facial Recognition Service

This is a Deep Learning Based Facial Recognition Service. That service return Face's Embedding Vector for using in face recognition projects.

Parameter Definition Properties
img1Base64 First Image Base64 Source Mandatory
returnFaceRectImage Return Face Drawed Image Optional (0 (Default) = no|1 = yes)

INPUT

    {
        "img1Base64": "/9j/4AAQSkZJRgABAQEAAAAAAAD/4QBCRXhpZgAATU0AKgAAAAgAAYdpAAQAAAABAAAAG",
        "returnFaceRectImage": 1
    }

OUTPUT

    {
        "status": "1000",
        "error": "",
        "response": {
            "code": "1000",
            "confidence": 0.9999,
            "embedding": [
                -1.0350631475448608,
                0.3899487257003784,
                1.1369285583496094,
                -0.17117097973823547,
                -0.2685166299343109,
                -0.8662371039390564,
                0.6597477793693542,
                0.3949386775493622,
                ...
            ],
            "imgBase64": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBk...",
            "ptime": 0.802
        }
    }