Graph Understanding
Understand hand-drawn and printed graphs. Currently, we support scatter plots and line charts (lines and parabolas).
Last updated
Understand hand-drawn and printed graphs. Currently, we support scatter plots and line charts (lines and parabolas).
Last updated
Get started with Solvio's Graph Understanding API easily by downloading the Postman Collection attached below. To learn more about Postman Collections click here.
POST
https://developer.trysolvio.ai/api/graph/understanding
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
If you have a feature request, please write to us at hello@trysolvio.ai.
Authentication
string
Pass your token in format Bearer <Token>
Check out Authentication for more
src
string
Image encoded in base64 format. data:image/png;base64,iVBO..
handDrawn
boolean
Graph is hand drawn or not
grid
boolean
Whether graph contains grid
blank
boolean
Whether graph is blank or not
ocr
string
Should OCR be done for labels, coordinates. Default true
plotType
string
scatterPlot
or linePlot
leastCount
number
Default 1
scaleY
number
Scale of Image in Y direction. Default 1
scaleX
number
Scale of Image in X direction.
Default 1
function
string
LINE
or PARABOLAX
or PARABOLAY