Skip to content

Commit 3d3852d

Browse files
authored
Merge pull request #1283 from Yepness/master
Fix: import get_display
2 parents c999505 + 86094d6 commit 3d3852d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

easyocr/easyocr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
make_rotated_img_list, set_result_with_confidence,\
77
reformat_input_batched, merge_to_free
88
from .config import *
9-
from bidi.algorithm import get_display
9+
from bidi import get_display
1010
import numpy as np
1111
import cv2
1212
import torch

0 commit comments

Comments
 (0)