parent
f2ad8f6618
commit
190bd76833
File diff suppressed because it is too large
Load Diff
|
@ -60,7 +60,7 @@ class StringBundle:
|
|||
|
||||
def __createLookupFallbackList(self, localeStr):
|
||||
resultPaths = []
|
||||
basePath = "\strings" if os.name == 'nt' else ":/strings"
|
||||
basePath = "\strings" if os.name == 'nt' else "/strings"
|
||||
resultPaths.append(basePath)
|
||||
if localeStr is not None:
|
||||
# Don't follow standard BCP47. Simple fallback
|
||||
|
|
|
@ -33,7 +33,7 @@ setup(
|
|||
package_dir={'PPOCRLabel': ''},
|
||||
include_package_data=True,
|
||||
entry_points={"console_scripts": ["PPOCRLabel= PPOCRLabel.PPOCRLabel:main"]},
|
||||
version='1.0.0',
|
||||
version='1.0.2',
|
||||
install_requires=requirements,
|
||||
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',
|
||||
|
|
Loading…
Reference in New Issue