Skip to content

Commit

Permalink
Update utility.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aymen20002005 authored and phamquiluan committed Nov 13, 2024
1 parent 627640a commit b38dd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdeskew/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def rotate(image, angle, resize=True, border_mode=None, border_value=None, flags
src=image,
M=M,
dsize=(w, h),
flags = flags,
flags=flags,
borderMode=border_mode,
borderValue=None if border_mode == cv2.BORDER_REPLICATE else border_value,
)
Expand Down

0 comments on commit b38dd13

Please sign in to comment.