openocr-python 0.1.4__tar.gz → 0.1.5__tar.gz

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.
Files changed (392) hide show
  1. {openocr-python-0.1.4/openocr_python.egg-info → openocr_python-0.1.5}/PKG-INFO +28 -4
  2. {openocr-python-0.1.4 → openocr_python-0.1.5}/QUICKSTART.md +1 -1
  3. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/__init__.py +1 -1
  4. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/infer_doc_onnx.py +2 -2
  5. {openocr-python-0.1.4 → openocr_python-0.1.5/openocr_python.egg-info}/PKG-INFO +28 -4
  6. {openocr-python-0.1.4 → openocr_python-0.1.5}/pyproject.toml +1 -1
  7. {openocr-python-0.1.4 → openocr_python-0.1.5}/LICENSE +0 -0
  8. {openocr-python-0.1.4 → openocr_python-0.1.5}/MANIFEST.in +0 -0
  9. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/dataset/rec/evaluation.yaml +0 -0
  10. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/dataset/rec/ltb.yaml +0 -0
  11. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/dataset/rec/mjsynth.yaml +0 -0
  12. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/dataset/rec/openvino.yaml +0 -0
  13. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/dataset/rec/ost.yaml +0 -0
  14. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/dataset/rec/synthtext.yaml +0 -0
  15. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/dataset/rec/test.yaml +0 -0
  16. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/dataset/rec/textocr.yaml +0 -0
  17. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/dataset/rec/textocr_horizontal.yaml +0 -0
  18. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/dataset/rec/union14m_b.yaml +0 -0
  19. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/dataset/rec/union14m_l_filtered.yaml +0 -0
  20. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/det/dbnet/repvit_db.yml +0 -0
  21. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/abinet/resnet45_trans_abinet_lang.yml +0 -0
  22. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/abinet/resnet45_trans_abinet_wo_lang.yml +0 -0
  23. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/abinet/svtrv2_abinet_lang.yml +0 -0
  24. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/abinet/svtrv2_abinet_wo_lang.yml +0 -0
  25. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/aster/resnet31_lstm_aster_tps_on.yml +0 -0
  26. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/aster/svtrv2_aster.yml +0 -0
  27. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/aster/svtrv2_aster_tps_on.yml +0 -0
  28. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/autostr/autostr_lstm_aster_tps_on.yml +0 -0
  29. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/busnet/svtrv2_busnet.yml +0 -0
  30. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/busnet/svtrv2_busnet_pretraining.yml +0 -0
  31. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/busnet/vit_busnet.yml +0 -0
  32. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/busnet/vit_busnet_pretraining.yml +0 -0
  33. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/cam/convnextv2_cam_tps_on.yml +0 -0
  34. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/cam/convnextv2_tiny_cam_tps_on.yml +0 -0
  35. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/cam/svtrv2_cam_tps_on.yml +0 -0
  36. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/cdistnet/resnet45_trans_cdistnet.yml +0 -0
  37. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/cdistnet/svtrv2_cdistnet.yml +0 -0
  38. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/cmer/cmer.yml +0 -0
  39. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/cppd/svtr_base_cppd.yml +0 -0
  40. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/cppd/svtr_base_cppd_ch.yml +0 -0
  41. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/cppd/svtr_base_cppd_h8.yml +0 -0
  42. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/cppd/svtr_base_cppd_syn.yml +0 -0
  43. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/cppd/svtrv2_cppd.yml +0 -0
  44. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/dan/resnet45_fpn_dan.yml +0 -0
  45. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/dan/svtrv2_dan.yml +0 -0
  46. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/dptr/dptr_parseq_pretrain.yml +0 -0
  47. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/focalsvtr/focalsvtr_ctc.yml +0 -0
  48. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/gtc/svtrv2_lnconv_nrtr_gtc.yml +0 -0
  49. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/gtc/svtrv2_lnconv_smtr_gtc_long_infer.yml +0 -0
  50. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/gtc/svtrv2_lnconv_smtr_gtc_smtr_long.yml +0 -0
  51. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/gtc/svtrv2_lnconv_smtr_gtc_stream.yml +0 -0
  52. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/igtr/svtr_base_ds_igtr.yml +0 -0
  53. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/lister/focalsvtr_lister_wo_fem_maxratio12.yml +0 -0
  54. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/lister/svtrv2_lister_wo_fem_maxratio12.yml +0 -0
  55. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/lpv/svtr_base_lpv.yml +0 -0
  56. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/lpv/svtr_base_lpv_wo_glrm.yml +0 -0
  57. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/lpv/svtrv2_lpv.yml +0 -0
  58. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/lpv/svtrv2_lpv_wo_glrm.yml +0 -0
  59. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/maerec/vit_nrtr.yml +0 -0
  60. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/matrn/resnet45_trans_matrn.yml +0 -0
  61. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/matrn/svtrv2_matrn.yml +0 -0
  62. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/mdiff4str/svtrv2_mdiffdecoder_base.yml +0 -0
  63. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/mdiff4str/svtrv2_mdiffdecoder_small.yml +0 -0
  64. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/mgpstr/svtrv2_mgpstr_only_char.yml +0 -0
  65. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/mgpstr/vit_base_mgpstr_only_char.yml +0 -0
  66. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/mgpstr/vit_large_mgpstr_only_char.yml +0 -0
  67. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/mgpstr/vit_mgpstr.yml +0 -0
  68. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/mgpstr/vit_mgpstr_only_char.yml +0 -0
  69. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/moran/resnet31_lstm_moran.yml +0 -0
  70. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/nrtr/focalsvtr_nrtr_maxraio12.yml +0 -0
  71. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/nrtr/nrtr.yml +0 -0
  72. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/nrtr/svtr_base_nrtr.yml +0 -0
  73. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/nrtr/svtr_base_nrtr_syn.yml +0 -0
  74. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/nrtr/svtrv2_nrtr.yml +0 -0
  75. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/ote/svtr_base_h8_ote.yml +0 -0
  76. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/ote/svtr_base_ote.yml +0 -0
  77. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/parseq/focalsvtr_parseq_maxratio12.yml +0 -0
  78. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/parseq/svrtv2_parseq.yml +0 -0
  79. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/parseq/vit_parseq.yml +0 -0
  80. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/robustscanner/resnet31_robustscanner.yml +0 -0
  81. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/robustscanner/svtrv2_robustscanner.yml +0 -0
  82. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/sar/resnet31_lstm_sar.yml +0 -0
  83. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/sar/svtrv2_sar.yml +0 -0
  84. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/seed/resnet31_lstm_seed_tps_on.yml +0 -0
  85. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/smtr/focalsvtr_smtr.yml +0 -0
  86. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/smtr/focalsvtr_smtr_long.yml +0 -0
  87. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/smtr/svtrv2_smtr.yml +0 -0
  88. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/smtr/svtrv2_smtr_bi.yml +0 -0
  89. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/srn/resnet50_fpn_srn.yml +0 -0
  90. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/srn/svtrv2_srn.yml +0 -0
  91. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/convnextv2_ctc.yml +0 -0
  92. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/convnextv2_h8_ctc.yml +0 -0
  93. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/convnextv2_h8_rctc.yml +0 -0
  94. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/convnextv2_rctc.yml +0 -0
  95. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/convnextv2_tiny_h8_ctc.yml +0 -0
  96. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/convnextv2_tiny_h8_rctc.yml +0 -0
  97. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/crnn_ctc.yml +0 -0
  98. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/crnn_ctc_long.yml +0 -0
  99. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/focalnet_base_ctc.yml +0 -0
  100. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/focalnet_base_rctc.yml +0 -0
  101. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/focalsvtr_ctc.yml +0 -0
  102. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/focalsvtr_rctc.yml +0 -0
  103. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/resnet45_trans_ctc.yml +0 -0
  104. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/resnet45_trans_rctc.yml +0 -0
  105. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/svtr_base_ctc.yml +0 -0
  106. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/svtr_base_rctc.yml +0 -0
  107. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/svtrnet_ctc_syn.yml +0 -0
  108. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/vit_ctc.yml +0 -0
  109. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrs/vit_rctc.yml +0 -0
  110. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrv2/repsvtr_ch.yml +0 -0
  111. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrv2/svtrv2_ch.yml +0 -0
  112. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrv2/svtrv2_ctc.yml +0 -0
  113. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrv2/svtrv2_rctc.yml +0 -0
  114. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrv2/svtrv2_small_rctc.yml +0 -0
  115. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrv2/svtrv2_smtr_gtc_rctc.yml +0 -0
  116. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrv2/svtrv2_smtr_gtc_rctc_ch.yml +0 -0
  117. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrv2/svtrv2_smtr_gtc_rctc_infer.yml +0 -0
  118. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/svtrv2/svtrv2_tiny_rctc.yml +0 -0
  119. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/unirec/focalsvtr_ardecoder_unirec.yml +0 -0
  120. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/unirec/opendoc_pipeline.yml +0 -0
  121. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/visionlan/resnet45_trans_visionlan_LA.yml +0 -0
  122. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/visionlan/resnet45_trans_visionlan_LF_1.yml +0 -0
  123. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/visionlan/resnet45_trans_visionlan_LF_2.yml +0 -0
  124. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/visionlan/svtrv2_visionlan_LA.yml +0 -0
  125. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/visionlan/svtrv2_visionlan_LF_1.yml +0 -0
  126. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/configs/rec/visionlan/svtrv2_visionlan_LF_2.yml +0 -0
  127. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/demo_gradio.py +0 -0
  128. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/demo_opendoc.py +0 -0
  129. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/demo_unirec.py +0 -0
  130. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/losses/__init__.py +0 -0
  131. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/losses/db_loss.py +0 -0
  132. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/losses/det_basic_loss.py +0 -0
  133. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/metrics/__init__.py +0 -0
  134. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/metrics/det_metric.py +0 -0
  135. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/metrics/eval_det_iou.py +0 -0
  136. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/modeling/__init__.py +0 -0
  137. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/modeling/backbones/__init__.py +0 -0
  138. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/modeling/backbones/repvit.py +0 -0
  139. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/modeling/base_detector.py +0 -0
  140. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/modeling/heads/__init__.py +0 -0
  141. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/modeling/heads/db_head.py +0 -0
  142. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/modeling/necks/__init__.py +0 -0
  143. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/modeling/necks/db_fpn.py +0 -0
  144. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/postprocess/__init__.py +0 -0
  145. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/postprocess/db_postprocess.py +0 -0
  146. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/preprocess/__init__.py +0 -0
  147. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/preprocess/crop_paste.py +0 -0
  148. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/preprocess/crop_resize.py +0 -0
  149. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/preprocess/db_label_encode.py +0 -0
  150. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/preprocess/db_resize_for_test.py +0 -0
  151. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/opendet/preprocess/iaa_augment.py +0 -0
  152. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openocr.py +0 -0
  153. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/__init__.py +0 -0
  154. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/abinet_loss.py +0 -0
  155. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/ar_loss.py +0 -0
  156. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/cam_loss.py +0 -0
  157. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/cdistnet_loss.py +0 -0
  158. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/ce_loss.py +0 -0
  159. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/cmer_loss.py +0 -0
  160. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/cppd_loss.py +0 -0
  161. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/ctc_loss.py +0 -0
  162. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/igtr_loss.py +0 -0
  163. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/lister_loss.py +0 -0
  164. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/lpv_loss.py +0 -0
  165. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/mdiff_loss.py +0 -0
  166. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/mgp_loss.py +0 -0
  167. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/parseq_loss.py +0 -0
  168. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/robustscanner_loss.py +0 -0
  169. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/seed_loss.py +0 -0
  170. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/smtr_loss.py +0 -0
  171. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/srn_loss.py +0 -0
  172. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/unirec_loss.py +0 -0
  173. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/losses/visionlan_loss.py +0 -0
  174. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/metrics/__init__.py +0 -0
  175. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/metrics/rec_metric.py +0 -0
  176. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/metrics/rec_metric_cmer.py +0 -0
  177. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/metrics/rec_metric_gtc.py +0 -0
  178. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/metrics/rec_metric_long.py +0 -0
  179. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/metrics/rec_metric_mgp.py +0 -0
  180. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/__init__.py +0 -0
  181. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/base_recognizer.py +0 -0
  182. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/cmer_modeling/modeling_cmer.py +0 -0
  183. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/common.py +0 -0
  184. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/__init__.py +0 -0
  185. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/abinet_decoder.py +0 -0
  186. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/aster_decoder.py +0 -0
  187. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/bus_decoder.py +0 -0
  188. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/cam_decoder.py +0 -0
  189. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/cdistnet_decoder.py +0 -0
  190. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/cppd_decoder.py +0 -0
  191. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/ctc_decoder.py +0 -0
  192. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/dan_decoder.py +0 -0
  193. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/dptr_parseq_clip_b_decoder.py +0 -0
  194. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/igtr_decoder.py +0 -0
  195. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/lister_decoder.py +0 -0
  196. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/lpv_decoder.py +0 -0
  197. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/matrn_decoder.py +0 -0
  198. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/mdiff_decoder.py +0 -0
  199. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/mgp_decoder.py +0 -0
  200. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/nrtr_decoder.py +0 -0
  201. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/ote_decoder.py +0 -0
  202. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/parseq_decoder.py +0 -0
  203. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/rctc_decoder.py +0 -0
  204. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/robustscanner_decoder.py +0 -0
  205. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/sar_decoder.py +0 -0
  206. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/smtr_decoder.py +0 -0
  207. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/smtr_decoder_nattn.py +0 -0
  208. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/srn_decoder.py +0 -0
  209. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/decoders/visionlan_decoder.py +0 -0
  210. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/__init__.py +0 -0
  211. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/autostr_encoder.py +0 -0
  212. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/cam_encoder.py +0 -0
  213. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/convnextv2.py +0 -0
  214. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/focalsvtr.py +0 -0
  215. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/nrtr_encoder.py +0 -0
  216. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/rec_hgnet.py +0 -0
  217. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/rec_lcnetv3.py +0 -0
  218. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/rec_mobilenet_v3.py +0 -0
  219. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/rec_mv1_enhance.py +0 -0
  220. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/rec_nrtr_mtb.py +0 -0
  221. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/rec_resnet_31.py +0 -0
  222. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/rec_resnet_45.py +0 -0
  223. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/rec_resnet_fpn.py +0 -0
  224. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/rec_resnet_vd.py +0 -0
  225. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/repvit.py +0 -0
  226. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/resnet31_rnn.py +0 -0
  227. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/svtrnet.py +0 -0
  228. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/svtrnet2dpos.py +0 -0
  229. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/svtrv2.py +0 -0
  230. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/svtrv2_lnconv.py +0 -0
  231. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/svtrv2_lnconv_two33.py +0 -0
  232. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/encoders/vit.py +0 -0
  233. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/transforms/__init__.py +0 -0
  234. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/transforms/aster_tps.py +0 -0
  235. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/transforms/moran.py +0 -0
  236. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/transforms/tps.py +0 -0
  237. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/unirec_modeling/configuration_unirec.py +0 -0
  238. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/modeling/unirec_modeling/modeling_unirec.py +0 -0
  239. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/optimizer/__init__.py +0 -0
  240. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/optimizer/lr.py +0 -0
  241. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/postprocess/__init__.py +0 -0
  242. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/postprocess/abinet_postprocess.py +0 -0
  243. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/postprocess/ar_postprocess.py +0 -0
  244. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/postprocess/ce_postprocess.py +0 -0
  245. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/postprocess/char_postprocess.py +0 -0
  246. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/postprocess/cmer_postprocess.py +0 -0
  247. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/postprocess/cppd_postprocess.py +0 -0
  248. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/postprocess/ctc_postprocess.py +0 -0
  249. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/postprocess/igtr_postprocess.py +0 -0
  250. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/postprocess/lister_postprocess.py +0 -0
  251. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/postprocess/mgp_postprocess.py +0 -0
  252. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/postprocess/nrtr_postprocess.py +0 -0
  253. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/postprocess/smtr_postprocess.py +0 -0
  254. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/postprocess/srn_postprocess.py +0 -0
  255. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/postprocess/unirec_postprocess.py +0 -0
  256. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/postprocess/visionlan_postprocess.py +0 -0
  257. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/__init__.py +0 -0
  258. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/abinet_aug.py +0 -0
  259. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/abinet_label_encode.py +0 -0
  260. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/ar_label_encode.py +0 -0
  261. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/auto_augment.py +0 -0
  262. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/cam_label_encode.py +0 -0
  263. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/ce_label_encode.py +0 -0
  264. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/char_label_encode.py +0 -0
  265. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/cmer_label_encode.py +0 -0
  266. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/cppd_label_encode.py +0 -0
  267. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/ctc_label_encode.py +0 -0
  268. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/dptr_label_encode.py +0 -0
  269. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/ep_label_encode.py +0 -0
  270. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/igtr_label_encode.py +0 -0
  271. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/mdiff_label_encode.py +0 -0
  272. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/mgp_label_encode.py +0 -0
  273. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/parseq_aug.py +0 -0
  274. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/rec_aug.py +0 -0
  275. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/resize.py +0 -0
  276. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/smtr_label_encode.py +0 -0
  277. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/srn_label_encode.py +0 -0
  278. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/unirec_label_encode.py +0 -0
  279. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/openrec/preprocess/visionlan_label_encode.py +0 -0
  280. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/__init__.py +0 -0
  281. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/create_lmdb_dataset.py +0 -0
  282. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/data/__init__.py +0 -0
  283. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/data/cmer_web_dataset.py +0 -0
  284. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/data/collate_fn.py +0 -0
  285. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/data/lmdb_dataset.py +0 -0
  286. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/data/lmdb_dataset_test.py +0 -0
  287. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/data/multi_scale_sampler.py +0 -0
  288. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/data/native_size_dataset.py +0 -0
  289. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/data/native_size_sampler.py +0 -0
  290. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/data/ratio_dataset.py +0 -0
  291. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/data/ratio_dataset_test.py +0 -0
  292. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/data/ratio_dataset_tvresize.py +0 -0
  293. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/data/ratio_dataset_tvresize_test.py +0 -0
  294. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/data/ratio_sampler.py +0 -0
  295. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/data/simple_dataset.py +0 -0
  296. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/data/strlmdb_dataset.py +0 -0
  297. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/data/text_lmdb_dataset.py +0 -0
  298. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/download/download_dataset.py +0 -0
  299. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/download/utils.py +0 -0
  300. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/download_example_images.py +0 -0
  301. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/engine/config.py +0 -0
  302. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/engine/trainer.py +0 -0
  303. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/eval_det.py +0 -0
  304. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/eval_rec.py +0 -0
  305. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/eval_rec_all_ch.py +0 -0
  306. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/eval_rec_all_en.py +0 -0
  307. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/eval_rec_all_long.py +0 -0
  308. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/eval_rec_all_long_simple.py +0 -0
  309. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/export_rec.py +0 -0
  310. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/infer/onnx_engine.py +0 -0
  311. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/infer/predict_rec.py +0 -0
  312. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/infer/utility.py +0 -0
  313. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/infer_det.py +0 -0
  314. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/infer_doc.py +0 -0
  315. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/infer_e2e.py +0 -0
  316. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/infer_e2e_parallel.py +0 -0
  317. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/infer_rec.py +0 -0
  318. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/infer_unirec_onnx.py +0 -0
  319. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/to_markdown.py +0 -0
  320. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/toonnx.py +0 -0
  321. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/train_det.py +0 -0
  322. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/train_rec.py +0 -0
  323. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utility.py +0 -0
  324. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/EN_symbol_dict.txt +0 -0
  325. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/__init__.py +0 -0
  326. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/ckpt.py +0 -0
  327. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/ar_dict.txt +0 -0
  328. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/arabic_dict.txt +0 -0
  329. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/be_dict.txt +0 -0
  330. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/bg_dict.txt +0 -0
  331. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/chinese_cht_dict.txt +0 -0
  332. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/cyrillic_dict.txt +0 -0
  333. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/devanagari_dict.txt +0 -0
  334. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/en_dict.txt +0 -0
  335. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/fa_dict.txt +0 -0
  336. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/french_dict.txt +0 -0
  337. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/german_dict.txt +0 -0
  338. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/hi_dict.txt +0 -0
  339. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/it_dict.txt +0 -0
  340. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/japan_dict.txt +0 -0
  341. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/ka_dict.txt +0 -0
  342. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/kie_dict/xfund_class_list.txt +0 -0
  343. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/korean_dict.txt +0 -0
  344. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/latex_symbol_dict.txt +0 -0
  345. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/latin_dict.txt +0 -0
  346. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/layout_dict/layout_cdla_dict.txt +0 -0
  347. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/layout_dict/layout_publaynet_dict.txt +0 -0
  348. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/layout_dict/layout_table_dict.txt +0 -0
  349. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/mr_dict.txt +0 -0
  350. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/ne_dict.txt +0 -0
  351. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/oc_dict.txt +0 -0
  352. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/pu_dict.txt +0 -0
  353. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/rs_dict.txt +0 -0
  354. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/rsc_dict.txt +0 -0
  355. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/ru_dict.txt +0 -0
  356. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/spin_dict.txt +0 -0
  357. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/ta_dict.txt +0 -0
  358. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/table_dict.txt +0 -0
  359. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/table_master_structure_dict.txt +0 -0
  360. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/table_structure_dict.txt +0 -0
  361. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/table_structure_dict_ch.txt +0 -0
  362. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/te_dict.txt +0 -0
  363. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/ug_dict.txt +0 -0
  364. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/uk_dict.txt +0 -0
  365. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/ur_dict.txt +0 -0
  366. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict/xi_dict.txt +0 -0
  367. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/dict90.txt +0 -0
  368. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/e2e_metric/Deteval.py +0 -0
  369. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/e2e_metric/polygon_fast.py +0 -0
  370. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/e2e_utils/extract_batchsize.py +0 -0
  371. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/e2e_utils/extract_textpoint_fast.py +0 -0
  372. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/e2e_utils/extract_textpoint_slow.py +0 -0
  373. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/e2e_utils/pgnet_pp_utils.py +0 -0
  374. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/e2e_utils/visual.py +0 -0
  375. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/en_dict.txt +0 -0
  376. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/gen_label.py +0 -0
  377. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/ic15_dict.txt +0 -0
  378. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/logging.py +0 -0
  379. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/opendoc_onnx_utils/utils.py +0 -0
  380. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/poly_nms.py +0 -0
  381. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/ppocr_keys_v1.txt +0 -0
  382. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/stats.py +0 -0
  383. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/utility.py +0 -0
  384. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr/tools/utils/visual.py +0 -0
  385. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr_python.egg-info/SOURCES.txt +0 -0
  386. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr_python.egg-info/dependency_links.txt +0 -0
  387. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr_python.egg-info/entry_points.txt +0 -0
  388. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr_python.egg-info/not-zip-safe +0 -0
  389. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr_python.egg-info/requires.txt +0 -0
  390. {openocr-python-0.1.4 → openocr_python-0.1.5}/openocr_python.egg-info/top_level.txt +0 -0
  391. {openocr-python-0.1.4 → openocr_python-0.1.5}/setup.cfg +0 -0
  392. {openocr-python-0.1.4 → openocr_python-0.1.5}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: openocr-python
3
- Version: 0.1.4
3
+ Version: 0.1.5
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
@@ -26,11 +26,35 @@ Classifier: Topic :: Scientific/Engineering :: Image Recognition
26
26
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
27
27
  Requires-Python: >=3.8
28
28
  Description-Content-Type: text/markdown
29
+ License-File: LICENSE
30
+ Requires-Dist: numpy
31
+ Requires-Dist: opencv-python
32
+ Requires-Dist: Pillow
33
+ Requires-Dist: pyyaml
34
+ Requires-Dist: tqdm
35
+ Requires-Dist: rapidfuzz
36
+ Requires-Dist: pyclipper
37
+ Requires-Dist: pydantic
38
+ Requires-Dist: shapely
39
+ Requires-Dist: huggingface-hub
40
+ Requires-Dist: modelscope
41
+ Requires-Dist: onnxruntime
42
+ Requires-Dist: PyMuPDF
29
43
  Provides-Extra: onnx-gpu
44
+ Requires-Dist: onnxruntime-gpu; extra == "onnx-gpu"
30
45
  Provides-Extra: pytorch
46
+ Requires-Dist: torch; extra == "pytorch"
47
+ Requires-Dist: torchvision; extra == "pytorch"
31
48
  Provides-Extra: gradio
49
+ Requires-Dist: gradio; extra == "gradio"
32
50
  Provides-Extra: all
33
- License-File: LICENSE
51
+ Requires-Dist: torch; extra == "all"
52
+ Requires-Dist: torchvision; extra == "all"
53
+ Requires-Dist: gradio; extra == "all"
54
+ Dynamic: author
55
+ Dynamic: home-page
56
+ Dynamic: license-file
57
+ Dynamic: requires-python
34
58
 
35
59
  # OpenOCR: An Open-Source Toolkit for General-OCR Research and Applications
36
60
 
@@ -53,7 +77,7 @@ Visit: https://github.com/Topdu/OpenOCR
53
77
 
54
78
  ```bash
55
79
  # Install from PyPI (recommended)
56
- pip install openocr-python==0.1.4
80
+ pip install openocr-python==0.1.5
57
81
 
58
82
  # Or install from source
59
83
  git clone https://github.com/Topdu/OpenOCR.git
@@ -19,7 +19,7 @@ Visit: https://github.com/Topdu/OpenOCR
19
19
 
20
20
  ```bash
21
21
  # Install from PyPI (recommended)
22
- pip install openocr-python==0.1.4
22
+ pip install openocr-python==0.1.5
23
23
 
24
24
  # Or install from source
25
25
  git clone https://github.com/Topdu/OpenOCR.git
@@ -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.4'
16
+ __version__ = '0.1.5'
17
17
 
18
18
  # Lazy import for demo interfaces to avoid initialization on import
19
19
  def launch_openocr_demo(*args, **kwargs):
@@ -188,7 +188,7 @@ def _get_image_name_and_dir(result: Dict, output_path: str):
188
188
 
189
189
  # For PDF pages, append page number to avoid overwriting
190
190
  if 'pdf_page' in result:
191
- img_name = f'{img_name}_page{result['pdf_page']}'
191
+ img_name = f'{img_name}_page{result["pdf_page"]}'
192
192
 
193
193
  img_dir = os.path.join(output_path, img_name)
194
194
  os.makedirs(img_dir, exist_ok=True)
@@ -563,7 +563,7 @@ class OpenDocONNX:
563
563
 
564
564
  # Markdown忽略的标签
565
565
  self.markdown_ignore_labels = [
566
- 'number', 'footnote', 'header', 'footer', 'aside_text', 'footer_image', 'header_image','chart'
566
+ 'number', 'footnote', 'header', 'footer', 'aside_text', 'footer_image', 'header_image', 'chart'
567
567
  ]
568
568
 
569
569
  # 为所有25种标签类型定义不同的颜色 (BGR格式)
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: openocr-python
3
- Version: 0.1.4
3
+ Version: 0.1.5
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
@@ -26,11 +26,35 @@ Classifier: Topic :: Scientific/Engineering :: Image Recognition
26
26
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
27
27
  Requires-Python: >=3.8
28
28
  Description-Content-Type: text/markdown
29
+ License-File: LICENSE
30
+ Requires-Dist: numpy
31
+ Requires-Dist: opencv-python
32
+ Requires-Dist: Pillow
33
+ Requires-Dist: pyyaml
34
+ Requires-Dist: tqdm
35
+ Requires-Dist: rapidfuzz
36
+ Requires-Dist: pyclipper
37
+ Requires-Dist: pydantic
38
+ Requires-Dist: shapely
39
+ Requires-Dist: huggingface-hub
40
+ Requires-Dist: modelscope
41
+ Requires-Dist: onnxruntime
42
+ Requires-Dist: PyMuPDF
29
43
  Provides-Extra: onnx-gpu
44
+ Requires-Dist: onnxruntime-gpu; extra == "onnx-gpu"
30
45
  Provides-Extra: pytorch
46
+ Requires-Dist: torch; extra == "pytorch"
47
+ Requires-Dist: torchvision; extra == "pytorch"
31
48
  Provides-Extra: gradio
49
+ Requires-Dist: gradio; extra == "gradio"
32
50
  Provides-Extra: all
33
- License-File: LICENSE
51
+ Requires-Dist: torch; extra == "all"
52
+ Requires-Dist: torchvision; extra == "all"
53
+ Requires-Dist: gradio; extra == "all"
54
+ Dynamic: author
55
+ Dynamic: home-page
56
+ Dynamic: license-file
57
+ Dynamic: requires-python
34
58
 
35
59
  # OpenOCR: An Open-Source Toolkit for General-OCR Research and Applications
36
60
 
@@ -53,7 +77,7 @@ Visit: https://github.com/Topdu/OpenOCR
53
77
 
54
78
  ```bash
55
79
  # Install from PyPI (recommended)
56
- pip install openocr-python==0.1.4
80
+ pip install openocr-python==0.1.5
57
81
 
58
82
  # Or install from source
59
83
  git clone https://github.com/Topdu/OpenOCR.git
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "openocr-python"
7
- version = "0.1.4"
7
+ version = "0.1.5"
8
8
  description = "Accurate and Efficient General OCR System"
9
9
  readme = "QUICKSTART.md"
10
10
  requires-python = ">=3.8"
File without changes