amir-bo

Results 1 issues of amir-bo

When running: from img2table.document import Image img_path = "/Users/amir.giveon/Downloads/g1_t2.jpg" img = Image(src=img_path) extracted_tables = img.extract_tables() I get: File "/Users/amir.giveon/GoogleDrive/pycharmProjects/venvs/k1analysis/lib/python3.11/site-packages/img2table/tables/__init__.py", line 39, in threshold_dark_areas t_sauvola = cv2.ximgproc.niBlackThreshold(img, 255, cv2.THRESH_BINARY_INV, thresh_kernel, 0.2,...