Add aspect-ratio measurement as a soft trimming signal, reported against every standard card size
This commit is contained in:
parent
b28305dd25
commit
f464faca43
5 changed files with 139 additions and 2 deletions
1
app.py
1
app.py
|
|
@ -343,6 +343,7 @@ class Handler(BaseHTTPRequestHandler):
|
|||
"card_note": result["card_note"],
|
||||
"edge_measurements": result["edge_measurements"],
|
||||
"centering_measurement": result["centering_measurement"],
|
||||
"aspect_measurement": result["aspect_measurement"],
|
||||
"estimated_grade": result["estimated_grade"],
|
||||
"grade_low": result["grade_low"],
|
||||
"grade_high": result["grade_high"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue