Hi Expert,
i wanted to extract below objects from json file, (valueObject,valueString)
Could you help me with some sample code to extract
i wanted to extract below objects from json file, (valueObject,valueString)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
"analyzeResult" : { "documentResults" : [ { "docType" : "custom:sampelform0205" , "docTypeConfidence" : 0.85 , "fields" : { "Report" : { "type" : "array" , "valueArray" : [ { "type" : "object" , "valueObject" : { "machinary" : { "boundingBox" : [ 6.515 , 1.62 , 6.71 , 1.62 , 6.71 , 1.675 , 6.515 , 1.675 ], "elements" : [ "#/readResults/0/lines/26/words/0" ], "page" : 1 , "text" : "34.70" , "type" : "string" , "valueString" : "34.70" }, |
Larz60+ write May-04-2022, 02:16 PM:
Please post all code, output and errors (it it's entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.
Fixed for you this time. Please use BBCode tags on future posts.
Please post all code, output and errors (it it's entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.
Fixed for you this time. Please use BBCode tags on future posts.