Unable to Extract key value pairs properly from the images

I have some of the Invoice Images having the extracted data like below
Invoice No. 0014879
Name: Ralph R Anderson Date 02/15/10
Address 55 Unknown Road Order No. 738939
SubTotaI 2050.00
TOTAL: 2157.63
I want to extract the key data like Invoice No., Date, Address, Order No. ,SubTotaI and TOTAL: along with rescetive valuesv. I tried to extract it using CR Space json data but hvaing some challenges as there’s no definite pattern to idenity Key and values. Is there any way to extract the data properly.

Make sure to use the parameter isTable=true. This way the data is returned line by line, which makes it much easier for parsing.