ranjitpad
Results
1
issues of
ranjitpad
After running `pip install img2table[gcp]`, I could not find the **VisionOCR** class and `from img2table.ocr import VisionOCR` failed. I checked the module with `inspect` and only saw **TesseractOCR** present: ```...