openocr-python 0.1.0.dev3__py3-none-any.whl → 0.1.0.dev4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- openocr/__init__.py +1 -1
- openocr/tools/__init__.py +0 -0
- {openocr_python-0.1.0.dev3.dist-info → openocr_python-0.1.0.dev4.dist-info}/METADATA +2 -2
- {openocr_python-0.1.0.dev3.dist-info → openocr_python-0.1.0.dev4.dist-info}/RECORD +8 -7
- {openocr_python-0.1.0.dev3.dist-info → openocr_python-0.1.0.dev4.dist-info}/WHEEL +0 -0
- {openocr_python-0.1.0.dev3.dist-info → openocr_python-0.1.0.dev4.dist-info}/entry_points.txt +0 -0
- {openocr_python-0.1.0.dev3.dist-info → openocr_python-0.1.0.dev4.dist-info}/licenses/LICENSE +0 -0
- {openocr_python-0.1.0.dev3.dist-info → openocr_python-0.1.0.dev4.dist-info}/top_level.txt +0 -0
openocr/__init__.py
CHANGED
|
@@ -13,7 +13,7 @@ sys.path.insert(0, os.path.abspath(os.path.join(__dir__, '..')))
|
|
|
13
13
|
# from .tools.infer_doc_onnx import OpenDocONNX
|
|
14
14
|
from .openocr import OpenOCR, main
|
|
15
15
|
|
|
16
|
-
__version__ = '0.1.0.
|
|
16
|
+
__version__ = '0.1.0.dev4'
|
|
17
17
|
|
|
18
18
|
# Lazy import for demo interfaces to avoid initialization on import
|
|
19
19
|
def launch_openocr_demo(*args, **kwargs):
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openocr-python
|
|
3
|
-
Version: 0.1.0.
|
|
3
|
+
Version: 0.1.0.dev4
|
|
4
4
|
Summary: Accurate and Efficient General OCR System
|
|
5
5
|
Home-page: https://github.com/Topdu/OpenOCR
|
|
6
6
|
Author: OCR Team, FVL Lab
|
|
@@ -75,7 +75,7 @@ Visit: https://github.com/Topdu/OpenOCR
|
|
|
75
75
|
|
|
76
76
|
```bash
|
|
77
77
|
# Install from PyPI (recommended)
|
|
78
|
-
pip install openocr-python==0.1.0.
|
|
78
|
+
pip install openocr-python==0.1.0.dev4
|
|
79
79
|
|
|
80
80
|
# Or install from source
|
|
81
81
|
git clone https://github.com/Topdu/OpenOCR.git
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
openocr/__init__.py,sha256=
|
|
1
|
+
openocr/__init__.py,sha256=617Ze6-xplb9IPK1SB7STW5UgHhP5Jt09RHvBYjFsXo,1259
|
|
2
2
|
openocr/demo_gradio.py,sha256=qkfrt-R6puoGLPk7kU6gnBpvO0Hh3W763rU5B0TDye4,9109
|
|
3
3
|
openocr/demo_opendoc.py,sha256=-12xdvPVPTYtthMebdQDm_kWYWe-LKb7spJHXJoj5-o,20327
|
|
4
4
|
openocr/demo_unirec.py,sha256=YCt8Wya3G0ocOw1P-Ke6-SJEhxiIiOEf5eyIUEevZDA,12688
|
|
@@ -270,6 +270,7 @@ openocr/openrec/preprocess/smtr_label_encode.py,sha256=EX4UQszj9UIqET5uLv12MRLMh
|
|
|
270
270
|
openocr/openrec/preprocess/srn_label_encode.py,sha256=iyXC_0Bw4_gt2D-oWIcmUQvr-c5ve-cfozL6qKw5TgY,1175
|
|
271
271
|
openocr/openrec/preprocess/unirec_label_encode.py,sha256=zAIPi4v08B7qaLGdHZCHLBlaXOzxi4QESVFnUQX39Mw,2153
|
|
272
272
|
openocr/openrec/preprocess/visionlan_label_encode.py,sha256=wg8vEolU4KHf7fnUrAD9BN16XOATXEFgTX6JStY0goU,2343
|
|
273
|
+
openocr/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
273
274
|
openocr/tools/create_lmdb_dataset.py,sha256=1gnB9majff_L9BiPiA_1_B5RjzeL_tPEHQZItD6_MA0,4362
|
|
274
275
|
openocr/tools/download_example_images.py,sha256=wJ64s7eja3QhfKTSW0RsTYTJCD45WVeMtET4lI-9slk,9406
|
|
275
276
|
openocr/tools/eval_det.py,sha256=9kJeV7hppP6EC70vUxHy1fSUdfyzlHBRMI1GAs034Iw,1013
|
|
@@ -375,9 +376,9 @@ openocr/tools/utils/e2e_utils/extract_textpoint_slow.py,sha256=dVtbF8W5Mdcd9ylbe
|
|
|
375
376
|
openocr/tools/utils/e2e_utils/pgnet_pp_utils.py,sha256=j2FVjdxF_gSEYiwP75swTbgu9Sr1pq4V09qpwalhtFk,5845
|
|
376
377
|
openocr/tools/utils/e2e_utils/visual.py,sha256=ZN0uY6fPm8NDexhOSmFObSKEmJQ-Dp_OyR93sFK7RiM,4698
|
|
377
378
|
openocr/tools/utils/opendoc_onnx_utils/utils.py,sha256=eXd8uHxKm9Pp5CRQtiI21JyoeDH69j2JHBigCU7tBsU,34429
|
|
378
|
-
openocr_python-0.1.0.
|
|
379
|
-
openocr_python-0.1.0.
|
|
380
|
-
openocr_python-0.1.0.
|
|
381
|
-
openocr_python-0.1.0.
|
|
382
|
-
openocr_python-0.1.0.
|
|
383
|
-
openocr_python-0.1.0.
|
|
379
|
+
openocr_python-0.1.0.dev4.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
380
|
+
openocr_python-0.1.0.dev4.dist-info/METADATA,sha256=c_k3J2SKMaq6S7KfW5ge1u8ouRelXK6p8Bog6BbhZV8,8363
|
|
381
|
+
openocr_python-0.1.0.dev4.dist-info/WHEEL,sha256=YLJXdYXQ2FQ0Uqn2J-6iEIC-3iOey8lH3xCtvFLkd8Q,91
|
|
382
|
+
openocr_python-0.1.0.dev4.dist-info/entry_points.txt,sha256=F8p9FushuZ_a4jtFzZeC-yc1EBdK1gEtRXiSJCSRrgM,49
|
|
383
|
+
openocr_python-0.1.0.dev4.dist-info/top_level.txt,sha256=i0EQuKjljQIUl8B7AmOrP3pskzeWU4hy2R9Or-vFkec,8
|
|
384
|
+
openocr_python-0.1.0.dev4.dist-info/RECORD,,
|
|
File without changes
|
{openocr_python-0.1.0.dev3.dist-info → openocr_python-0.1.0.dev4.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{openocr_python-0.1.0.dev3.dist-info → openocr_python-0.1.0.dev4.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|