Skip to content

Instantly share code, notes, and snippets.

@dasmithii
Created February 16, 2014 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasmithii/9030803 to your computer and use it in GitHub Desktop.
Save dasmithii/9030803 to your computer and use it in GitHub Desktop.
An example return value from the Scribe image processor.
{
"xpos":0,
"ypos":0,
"width":1,
"height":1,
"children":[
{
"xpos":0.0163399,
"ypos":0.487931,
"width":0.952614,
"height":0.487931,
"children":[
]
},
{
"xpos":0.0147059,
"ypos":0.115517,
"width":0.965686,
"height":0.367241,
"children":[
{
"xpos":0.0778342,
"ypos":0.671362,
"width":0.36379,
"height":0.225352,
"children":[
]
}
]
},
{
"xpos":0.0130719,
"ypos":0.0137931,
"width":0.973856,
"height":0.0948276,
"children":[
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment