Evezerest / PPOCRLabel

PPOCRLabel is a semi-automatic graphic annotation tool suitable for OCR field, with built-in PP-OCR model to automatically detect and re-recognize data. It is written in Python 3 and PyQT5, supporting rectangular box annotation and four-point annotation modes. Annotations can be directly used for the training of PP-OCR detection and recognition models.
179 stars 42 forks source link

改为从PaddleOCR目录下的重识别 #1

Closed edencfc closed 3 years ago

edencfc commented 3 years ago
  1. 改为从PaddleOCR目录下的重识别,不再使用pip
  2. import libs.aliocr_demo报错,先注释了
  3. 手动保存闪退,先注释掉def _saveFile()if mode == 'Manual'第四行之后的代码