Commit ad6ca28b authored by dmMaze's avatar dmMaze
Browse files

remove deprecated ocr_google_lens.py

parent d671bfb5
Loading
Loading
Loading
Loading

modules/ocr/ocr_google_lens.py

deleted100644 → 0
+0 −919

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −2
Original line number Diff line number Diff line
@@ -3,14 +3,12 @@
import re
import numpy as np
import time
import cv2
import random
from typing import List, Dict, Any, Tuple, Optional, Union
from math import sqrt
import io
import os
import json
from urllib.parse import urlparse

import requests
from PIL import Image, ImageFile