OCR to create a json
Budget: ₹12,500 – ₹37,500 INR
I need a python/Java api that can take a set of images and read text to create a json response.
To elaborate the requirements.
1. A rest api takes a set of images ideally 8-10 images. Sample image is shown in the attached file.
2. Need to process the image to extract the data and return the out as as json.
Expected json
{
"position": 1,
"scores": [
{
"name": "player1",
"score": 5
},
{
"name": "player2",
"score": 2
},
{
"name": "player3",
"score": 0
},
{
"name": "player4",
"score": 1
}
]
}
To elaborate the requirements.
1. A rest api takes a set of images ideally 8-10 images. Sample image is shown in the attached file.
2. Need to process the image to extract the data and return the out as as json.
Expected json
{
"position": 1,
"scores": [
{
"name": "player1",
"score": 5
},
{
"name": "player2",
"score": 2
},
{
"name": "player3",
"score": 0
},
{
"name": "player4",
"score": 1
}
]
}