Skip to content

Commit

Permalink
Forgot space
Browse files Browse the repository at this point in the history
  • Loading branch information
A2va committed May 30, 2021
1 parent dcb4f33 commit e48ed0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyocr/easyocr.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,6 @@ def readtext(self, image, decoder = 'greedy', beamWidth= 5, batch_size = 1,\
decoder, beamWidth, batch_size,\
workers, allowlist, blocklist, detail, rotation_info,\
paragraph, contrast_ths, adjust_contrast,\
filter_ths, y_ths, x_ths, False,output_format)
filter_ths, y_ths, x_ths, False, output_format)

return result

0 comments on commit e48ed0a

Please sign in to comment.