parent
04783e80eb
commit
2cad3f7124
File diff suppressed because it is too large
Load Diff
|
@ -60,7 +60,7 @@ class StringBundle:
|
||||||
|
|
||||||
def __createLookupFallbackList(self, localeStr):
|
def __createLookupFallbackList(self, localeStr):
|
||||||
resultPaths = []
|
resultPaths = []
|
||||||
basePath = "\strings" if os.name == 'nt' else ":/strings"
|
basePath = "\strings" if os.name == 'nt' else "/strings"
|
||||||
resultPaths.append(basePath)
|
resultPaths.append(basePath)
|
||||||
if localeStr is not None:
|
if localeStr is not None:
|
||||||
# Don't follow standard BCP47. Simple fallback
|
# Don't follow standard BCP47. Simple fallback
|
||||||
|
|
|
@ -33,7 +33,7 @@ setup(
|
||||||
package_dir={'PPOCRLabel': ''},
|
package_dir={'PPOCRLabel': ''},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
entry_points={"console_scripts": ["PPOCRLabel= PPOCRLabel.PPOCRLabel:main"]},
|
entry_points={"console_scripts": ["PPOCRLabel= PPOCRLabel.PPOCRLabel:main"]},
|
||||||
version='1.0.0',
|
version='1.0.2',
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
license='Apache License 2.0',
|
license='Apache License 2.0',
|
||||||
description='PPOCRLabel is a semi-automatic graphic annotation tool suitable for OCR field, with built-in PPOCR model to automatically detect and re-recognize data. It is written in python3 and pyqt5, supporting rectangular box annotation and four-point annotation modes. Annotations can be directly used for the training of PPOCR detection and recognition models',
|
description='PPOCRLabel is a semi-automatic graphic annotation tool suitable for OCR field, with built-in PPOCR model to automatically detect and re-recognize data. It is written in python3 and pyqt5, supporting rectangular box annotation and four-point annotation modes. Annotations can be directly used for the training of PPOCR detection and recognition models',
|
||||||
|
|
Loading…
Reference in New Issue