tesalonikahtp commited on
Commit
7f43e08
·
1 Parent(s): d1f4d62

fix: chest position

Browse files
Files changed (1) hide show
  1. server.py +1 -1
server.py CHANGED
@@ -273,7 +273,7 @@ def create_app() -> Flask:
273
  angle,
274
  (x, y, w, h),
275
  top_margin=0.6,
276
- bottom_margin=1.3
277
  )
278
  # Return result
279
  is_success, buffer = cv2.imencode(".jpg", final_passport)
 
273
  angle,
274
  (x, y, w, h),
275
  top_margin=0.6,
276
+ bottom_margin=1
277
  )
278
  # Return result
279
  is_success, buffer = cv2.imencode(".jpg", final_passport)