Evenjine

Results 2 comments of Evenjine

```python if os.path.exists('./data/paddle.png'): try: result = self.ocr.ocr('./data/paddle.png', cls=True, det=True) except: result = self.table_ocr('./data/paddle.png', return_ocr_result_in_table=True) ```