You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I tried deskewing the image, but the program gave following error:
'
line 32, in deskew
rot_angle = 90 + angle + self.r_angle
TypeError: ufunc 'add' did not contain a loop with signature matching types dtype('S46') dtype('S46') dtype('S46')
'
Can you help me figure out the source??
The text was updated successfully, but these errors were encountered:
File "build\bdist.win-amd64\egg\alyn\deskew.py", line 54, in run
self.deskew()
File "build\bdist.win-amd64\egg\alyn\deskew.py", line 30, in deskew
rot_angle = angle - 90 + self.r_angle
TypeError: ufunc 'add' did not contain a loop with signature matching types dtype('S32') dtype('S32') dtype('S32')
Hi,
I tried deskewing the image, but the program gave following error:
'
line 32, in deskew
rot_angle = 90 + angle + self.r_angle
TypeError: ufunc 'add' did not contain a loop with signature matching types dtype('S46') dtype('S46') dtype('S46')
'
Can you help me figure out the source??
The text was updated successfully, but these errors were encountered: