anarchistMegaByte / all-about-projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API: OCR string matching algorithms

Endpoint: "https://all-about-projects.herokuapp.com/ocr/test_score/"

Method: POST

INPUT JSON:

{
	"student_answer": "Hello world",
	"ideal_answer": "okay world"
}

OUTPUT JSON:

{
    "status": true,
    "message": "Success",
    "data": {
        "ratio_algorithm": 67,
        "token_sort_ratio_algorithm": 67,
        "token_set_ratio_algorithm": 67,
        "partial_ratio_algorithm": 70
    }
}

About


Languages

Language:CSS 50.7%Language:JavaScript 47.6%Language:Python 1.8%