Update app_pages/ocr_comparator.py
Browse files
app_pages/ocr_comparator.py
CHANGED
|
@@ -12,7 +12,7 @@ import cv2
|
|
| 12 |
from PIL import Image, ImageColor
|
| 13 |
import PIL
|
| 14 |
import easyocr
|
| 15 |
-
from paddleocr import PaddleOCR
|
| 16 |
from mmocr.utils.ocr import MMOCR
|
| 17 |
import pytesseract
|
| 18 |
from pytesseract import Output
|
|
|
|
| 12 |
from PIL import Image, ImageColor
|
| 13 |
import PIL
|
| 14 |
import easyocr
|
| 15 |
+
from paddleocr.paddleocr import PaddleOCR
|
| 16 |
from mmocr.utils.ocr import MMOCR
|
| 17 |
import pytesseract
|
| 18 |
from pytesseract import Output
|