Skip to content

Commit

Permalink
Merge pull request #1283 from Yepness/master
Browse files Browse the repository at this point in the history
Fix: import get_display
  • Loading branch information
rkcosmos authored Jul 25, 2024
2 parents c999505 + 86094d6 commit 3d3852d
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 @@ -6,7 +6,7 @@
make_rotated_img_list, set_result_with_confidence,\
reformat_input_batched, merge_to_free
from .config import *
from bidi.algorithm import get_display
from bidi import get_display
import numpy as np
import cv2
import torch
Expand Down

0 comments on commit 3d3852d

Please sign in to comment.