# 理解机之EasyOCR实现 **Repository Path**: komprenilo/liga-easyocr ## Basic Information - **Project Name**: 理解机之EasyOCR实现 - **Description**: 使用EasyOCR是实现视觉理解中的OCR功能 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-02-24 - **Last Updated**: 2023-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EasyOCR on Liga ## How to launch jupyterlab ``` bin/lab ``` ## VSCode/PyCharm Integration ``` ./pants export :: ``` Here is the Python interpreter generated by the above export command: ``` dist/export/python/virtualenvs/python-default/3.8.14/bin/python ``` For VSCode, a sample [.vscode/settings.json](.vscode/settings.json) with Python `3.8.14` is prepared for you. For PyCharm, please click `PyCharm -> Preferences... -> Project: pants-minimal-lab -> Python Interpreter` to add the existing `Virtualenv Environment` and then select it.