LICENSE
MANIFEST.in
README.md
README_ch.md
pyproject.toml
requirements.txt
setup.py
unstructured_paddleocr/__init__.py
unstructured_paddleocr/unstructured_paddleocr.py
unstructured_paddleocr.egg-info/PKG-INFO
unstructured_paddleocr.egg-info/SOURCES.txt
unstructured_paddleocr.egg-info/dependency_links.txt
unstructured_paddleocr.egg-info/entry_points.txt
unstructured_paddleocr.egg-info/requires.txt
unstructured_paddleocr.egg-info/top_level.txt
unstructured_paddleocr/ppocr/__init__.py
unstructured_paddleocr/ppocr/data/__init__.py
unstructured_paddleocr/ppocr/data/collate_fn.py
unstructured_paddleocr/ppocr/data/latexocr_dataset.py
unstructured_paddleocr/ppocr/data/multi_scale_sampler.py
unstructured_paddleocr/ppocr/data/pgnet_dataset.py
unstructured_paddleocr/ppocr/data/pubtab_dataset.py
unstructured_paddleocr/ppocr/data/simple_dataset.py
unstructured_paddleocr/ppocr/data/imaug/ColorJitter.py
unstructured_paddleocr/ppocr/data/imaug/__init__.py
unstructured_paddleocr/ppocr/data/imaug/abinet_aug.py
unstructured_paddleocr/ppocr/data/imaug/copy_paste.py
unstructured_paddleocr/ppocr/data/imaug/ct_process.py
unstructured_paddleocr/ppocr/data/imaug/drrg_targets.py
unstructured_paddleocr/ppocr/data/imaug/east_process.py
unstructured_paddleocr/ppocr/data/imaug/fce_aug.py
unstructured_paddleocr/ppocr/data/imaug/fce_targets.py
unstructured_paddleocr/ppocr/data/imaug/iaa_augment.py
unstructured_paddleocr/ppocr/data/imaug/label_ops.py
unstructured_paddleocr/ppocr/data/imaug/latex_ocr_aug.py
unstructured_paddleocr/ppocr/data/imaug/make_border_map.py
unstructured_paddleocr/ppocr/data/imaug/make_pse_gt.py
unstructured_paddleocr/ppocr/data/imaug/make_shrink_map.py
unstructured_paddleocr/ppocr/data/imaug/operators.py
unstructured_paddleocr/ppocr/data/imaug/pg_process.py
unstructured_paddleocr/ppocr/data/imaug/randaugment.py
unstructured_paddleocr/ppocr/data/imaug/random_crop_data.py
unstructured_paddleocr/ppocr/data/imaug/rec_img_aug.py
unstructured_paddleocr/ppocr/data/imaug/sast_process.py
unstructured_paddleocr/ppocr/data/imaug/ssl_img_aug.py
unstructured_paddleocr/ppocr/data/imaug/table_ops.py
unstructured_paddleocr/ppocr/data/imaug/unimernet_aug.py
unstructured_paddleocr/ppocr/data/imaug/frost_img/frost1.jpg
unstructured_paddleocr/ppocr/data/imaug/frost_img/frost2.png
unstructured_paddleocr/ppocr/data/imaug/frost_img/frost3.png
unstructured_paddleocr/ppocr/data/imaug/frost_img/frost4.jpg
unstructured_paddleocr/ppocr/data/imaug/frost_img/frost5.jpg
unstructured_paddleocr/ppocr/data/imaug/frost_img/frost6.jpg
unstructured_paddleocr/ppocr/data/imaug/text_image_aug/__init__.py
unstructured_paddleocr/ppocr/data/imaug/text_image_aug/augment.py
unstructured_paddleocr/ppocr/data/imaug/text_image_aug/warp_mls.py
unstructured_paddleocr/ppocr/data/imaug/vqa/__init__.py
unstructured_paddleocr/ppocr/data/imaug/vqa/augment.py
unstructured_paddleocr/ppocr/data/imaug/vqa/token/__init__.py
unstructured_paddleocr/ppocr/data/imaug/vqa/token/vqa_re_convert.py
unstructured_paddleocr/ppocr/data/imaug/vqa/token/vqa_token_chunk.py
unstructured_paddleocr/ppocr/data/imaug/vqa/token/vqa_token_pad.py
unstructured_paddleocr/ppocr/data/imaug/vqa/token/vqa_token_relation.py
unstructured_paddleocr/ppocr/ext_op/__init__.py
unstructured_paddleocr/ppocr/ext_op/roi_align_rotated/roi_align_rotated.cc
unstructured_paddleocr/ppocr/ext_op/roi_align_rotated/roi_align_rotated.cu
unstructured_paddleocr/ppocr/ext_op/roi_align_rotated/roi_align_rotated.py
unstructured_paddleocr/ppocr/losses/__init__.py
unstructured_paddleocr/ppocr/losses/ace_loss.py
unstructured_paddleocr/ppocr/losses/basic_loss.py
unstructured_paddleocr/ppocr/losses/center_loss.py
unstructured_paddleocr/ppocr/losses/cls_loss.py
unstructured_paddleocr/ppocr/losses/combined_loss.py
unstructured_paddleocr/ppocr/losses/det_basic_loss.py
unstructured_paddleocr/ppocr/losses/det_ct_loss.py
unstructured_paddleocr/ppocr/losses/det_db_loss.py
unstructured_paddleocr/ppocr/losses/det_drrg_loss.py
unstructured_paddleocr/ppocr/losses/det_east_loss.py
unstructured_paddleocr/ppocr/losses/det_fce_loss.py
unstructured_paddleocr/ppocr/losses/det_pse_loss.py
unstructured_paddleocr/ppocr/losses/det_sast_loss.py
unstructured_paddleocr/ppocr/losses/distillation_loss.py
unstructured_paddleocr/ppocr/losses/e2e_pg_loss.py
unstructured_paddleocr/ppocr/losses/kie_sdmgr_loss.py
unstructured_paddleocr/ppocr/losses/rec_aster_loss.py
unstructured_paddleocr/ppocr/losses/rec_att_loss.py
unstructured_paddleocr/ppocr/losses/rec_can_loss.py
unstructured_paddleocr/ppocr/losses/rec_ce_loss.py
unstructured_paddleocr/ppocr/losses/rec_cppd_loss.py
unstructured_paddleocr/ppocr/losses/rec_ctc_loss.py
unstructured_paddleocr/ppocr/losses/rec_enhanced_ctc_loss.py
unstructured_paddleocr/ppocr/losses/rec_latexocr_loss.py
unstructured_paddleocr/ppocr/losses/rec_multi_loss.py
unstructured_paddleocr/ppocr/losses/rec_nrtr_loss.py
unstructured_paddleocr/ppocr/losses/rec_parseq_loss.py
unstructured_paddleocr/ppocr/losses/rec_ppformulanet_loss.py
unstructured_paddleocr/ppocr/losses/rec_pren_loss.py
unstructured_paddleocr/ppocr/losses/rec_rfl_loss.py
unstructured_paddleocr/ppocr/losses/rec_sar_loss.py
unstructured_paddleocr/ppocr/losses/rec_satrn_loss.py
unstructured_paddleocr/ppocr/losses/rec_spin_att_loss.py
unstructured_paddleocr/ppocr/losses/rec_srn_loss.py
unstructured_paddleocr/ppocr/losses/rec_unimernet_loss.py
unstructured_paddleocr/ppocr/losses/rec_vl_loss.py
unstructured_paddleocr/ppocr/losses/stroke_focus_loss.py
unstructured_paddleocr/ppocr/losses/table_att_loss.py
unstructured_paddleocr/ppocr/losses/table_master_loss.py
unstructured_paddleocr/ppocr/losses/text_focus_loss.py
unstructured_paddleocr/ppocr/losses/vqa_token_layoutlm_loss.py
unstructured_paddleocr/ppocr/metrics/__init__.py
unstructured_paddleocr/ppocr/metrics/bleu.py
unstructured_paddleocr/ppocr/metrics/cls_metric.py
unstructured_paddleocr/ppocr/metrics/ct_metric.py
unstructured_paddleocr/ppocr/metrics/det_metric.py
unstructured_paddleocr/ppocr/metrics/distillation_metric.py
unstructured_paddleocr/ppocr/metrics/e2e_metric.py
unstructured_paddleocr/ppocr/metrics/eval_det_iou.py
unstructured_paddleocr/ppocr/metrics/kie_metric.py
unstructured_paddleocr/ppocr/metrics/rec_metric.py
unstructured_paddleocr/ppocr/metrics/sr_metric.py
unstructured_paddleocr/ppocr/metrics/table_metric.py
unstructured_paddleocr/ppocr/metrics/vqa_token_re_metric.py
unstructured_paddleocr/ppocr/metrics/vqa_token_ser_metric.py
unstructured_paddleocr/ppocr/modeling/architectures/__init__.py
unstructured_paddleocr/ppocr/modeling/architectures/base_model.py
unstructured_paddleocr/ppocr/modeling/architectures/distillation_model.py
unstructured_paddleocr/ppocr/modeling/backbones/__init__.py
unstructured_paddleocr/ppocr/modeling/backbones/det_mobilenet_v3.py
unstructured_paddleocr/ppocr/modeling/backbones/det_pp_lcnet.py
unstructured_paddleocr/ppocr/modeling/backbones/det_pp_lcnet_v2.py
unstructured_paddleocr/ppocr/modeling/backbones/det_resnet.py
unstructured_paddleocr/ppocr/modeling/backbones/det_resnet_vd.py
unstructured_paddleocr/ppocr/modeling/backbones/det_resnet_vd_sast.py
unstructured_paddleocr/ppocr/modeling/backbones/e2e_resnet_vd_pg.py
unstructured_paddleocr/ppocr/modeling/backbones/kie_unet_sdmgr.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_densenet.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_donut_swin.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_efficientb3_pren.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_hgnet.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_hybridvit.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_lcnetv3.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_micronet.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_mobilenet_v3.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_mv1_enhance.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_nrtr_mtb.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_pphgnetv2.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_repvit.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_resnet_31.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_resnet_32.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_resnet_45.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_resnet_aster.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_resnet_fpn.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_resnet_rfl.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_resnet_vd.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_resnetv2.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_shallow_cnn.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_svtrnet.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_svtrv2.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_vary_vit.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_vit.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_vit_parseq.py
unstructured_paddleocr/ppocr/modeling/backbones/rec_vitstr.py
unstructured_paddleocr/ppocr/modeling/backbones/table_master_resnet.py
unstructured_paddleocr/ppocr/modeling/backbones/vqa_layoutlm.py
unstructured_paddleocr/ppocr/modeling/heads/__init__.py
unstructured_paddleocr/ppocr/modeling/heads/cls_head.py
unstructured_paddleocr/ppocr/modeling/heads/det_ct_head.py
unstructured_paddleocr/ppocr/modeling/heads/det_db_head.py
unstructured_paddleocr/ppocr/modeling/heads/det_drrg_head.py
unstructured_paddleocr/ppocr/modeling/heads/det_east_head.py
unstructured_paddleocr/ppocr/modeling/heads/det_fce_head.py
unstructured_paddleocr/ppocr/modeling/heads/det_pse_head.py
unstructured_paddleocr/ppocr/modeling/heads/det_sast_head.py
unstructured_paddleocr/ppocr/modeling/heads/e2e_pg_head.py
unstructured_paddleocr/ppocr/modeling/heads/gcn.py
unstructured_paddleocr/ppocr/modeling/heads/kie_sdmgr_head.py
unstructured_paddleocr/ppocr/modeling/heads/local_graph.py
unstructured_paddleocr/ppocr/modeling/heads/proposal_local_graph.py
unstructured_paddleocr/ppocr/modeling/heads/rec_abinet_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_aster_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_att_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_can_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_cppd_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_ctc_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_latexocr_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_multi_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_nrtr_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_parseq_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_ppformulanet_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_pren_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_rfl_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_robustscanner_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_sar_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_satrn_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_spin_att_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_srn_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_unimernet_head.py
unstructured_paddleocr/ppocr/modeling/heads/rec_visionlan_head.py
unstructured_paddleocr/ppocr/modeling/heads/self_attention.py
unstructured_paddleocr/ppocr/modeling/heads/sr_rensnet_transformer.py
unstructured_paddleocr/ppocr/modeling/heads/table_att_head.py
unstructured_paddleocr/ppocr/modeling/heads/table_master_head.py
unstructured_paddleocr/ppocr/modeling/necks/__init__.py
unstructured_paddleocr/ppocr/modeling/necks/csp_pan.py
unstructured_paddleocr/ppocr/modeling/necks/ct_fpn.py
unstructured_paddleocr/ppocr/modeling/necks/db_fpn.py
unstructured_paddleocr/ppocr/modeling/necks/east_fpn.py
unstructured_paddleocr/ppocr/modeling/necks/fce_fpn.py
unstructured_paddleocr/ppocr/modeling/necks/fpn.py
unstructured_paddleocr/ppocr/modeling/necks/fpn_unet.py
unstructured_paddleocr/ppocr/modeling/necks/intracl.py
unstructured_paddleocr/ppocr/modeling/necks/pg_fpn.py
unstructured_paddleocr/ppocr/modeling/necks/pren_fpn.py
unstructured_paddleocr/ppocr/modeling/necks/rf_adaptor.py
unstructured_paddleocr/ppocr/modeling/necks/rnn.py
unstructured_paddleocr/ppocr/modeling/necks/sast_fpn.py
unstructured_paddleocr/ppocr/modeling/necks/table_fpn.py
unstructured_paddleocr/ppocr/modeling/transforms/__init__.py
unstructured_paddleocr/ppocr/modeling/transforms/gaspin_transformer.py
unstructured_paddleocr/ppocr/modeling/transforms/stn.py
unstructured_paddleocr/ppocr/modeling/transforms/tbsrn.py
unstructured_paddleocr/ppocr/modeling/transforms/tps.py
unstructured_paddleocr/ppocr/modeling/transforms/tps_spatial_transformer.py
unstructured_paddleocr/ppocr/modeling/transforms/tsrn.py
unstructured_paddleocr/ppocr/optimizer/__init__.py
unstructured_paddleocr/ppocr/optimizer/learning_rate.py
unstructured_paddleocr/ppocr/optimizer/lr_scheduler.py
unstructured_paddleocr/ppocr/optimizer/optimizer.py
unstructured_paddleocr/ppocr/optimizer/regularizer.py
unstructured_paddleocr/ppocr/postprocess/__init__.py
unstructured_paddleocr/ppocr/postprocess/cls_postprocess.py
unstructured_paddleocr/ppocr/postprocess/ct_postprocess.py
unstructured_paddleocr/ppocr/postprocess/db_postprocess.py
unstructured_paddleocr/ppocr/postprocess/drrg_postprocess.py
unstructured_paddleocr/ppocr/postprocess/east_postprocess.py
unstructured_paddleocr/ppocr/postprocess/fce_postprocess.py
unstructured_paddleocr/ppocr/postprocess/locality_aware_nms.py
unstructured_paddleocr/ppocr/postprocess/pg_postprocess.py
unstructured_paddleocr/ppocr/postprocess/picodet_postprocess.py
unstructured_paddleocr/ppocr/postprocess/rec_postprocess.py
unstructured_paddleocr/ppocr/postprocess/sast_postprocess.py
unstructured_paddleocr/ppocr/postprocess/table_postprocess.py
unstructured_paddleocr/ppocr/postprocess/vqa_token_re_layoutlm_postprocess.py
unstructured_paddleocr/ppocr/postprocess/vqa_token_ser_layoutlm_postprocess.py
unstructured_paddleocr/ppocr/postprocess/pse_postprocess/__init__.py
unstructured_paddleocr/ppocr/postprocess/pse_postprocess/pse_postprocess.py
unstructured_paddleocr/ppocr/postprocess/pse_postprocess/pse/README.md
unstructured_paddleocr/ppocr/postprocess/pse_postprocess/pse/__init__.py
unstructured_paddleocr/ppocr/postprocess/pse_postprocess/pse/pse.pyx
unstructured_paddleocr/ppocr/postprocess/pse_postprocess/pse/setup.py
unstructured_paddleocr/ppocr/utils/EN_symbol_dict.txt
unstructured_paddleocr/ppocr/utils/__init__.py
unstructured_paddleocr/ppocr/utils/dict90.txt
unstructured_paddleocr/ppocr/utils/en_dict.txt
unstructured_paddleocr/ppocr/utils/export_model.py
unstructured_paddleocr/ppocr/utils/gen_label.py
unstructured_paddleocr/ppocr/utils/ic15_dict.txt
unstructured_paddleocr/ppocr/utils/iou.py
unstructured_paddleocr/ppocr/utils/logging.py
unstructured_paddleocr/ppocr/utils/network.py
unstructured_paddleocr/ppocr/utils/poly_nms.py
unstructured_paddleocr/ppocr/utils/ppocr_keys_v1.txt
unstructured_paddleocr/ppocr/utils/profiler.py
unstructured_paddleocr/ppocr/utils/save_load.py
unstructured_paddleocr/ppocr/utils/stats.py
unstructured_paddleocr/ppocr/utils/utility.py
unstructured_paddleocr/ppocr/utils/visual.py
unstructured_paddleocr/ppocr/utils/dict/README.md
unstructured_paddleocr/ppocr/utils/dict/ar_dict.txt
unstructured_paddleocr/ppocr/utils/dict/arabic_dict.txt
unstructured_paddleocr/ppocr/utils/dict/be_dict.txt
unstructured_paddleocr/ppocr/utils/dict/bengali_dict.txt
unstructured_paddleocr/ppocr/utils/dict/bg_dict.txt
unstructured_paddleocr/ppocr/utils/dict/bm_dict.txt
unstructured_paddleocr/ppocr/utils/dict/bm_dict_add.txt
unstructured_paddleocr/ppocr/utils/dict/bn_dict.txt
unstructured_paddleocr/ppocr/utils/dict/chinese_cht_dict.txt
unstructured_paddleocr/ppocr/utils/dict/confuse.pkl
unstructured_paddleocr/ppocr/utils/dict/cyrillic_dict.txt
unstructured_paddleocr/ppocr/utils/dict/devanagari_dict.txt
unstructured_paddleocr/ppocr/utils/dict/en_dict.txt
unstructured_paddleocr/ppocr/utils/dict/fa_dict.txt
unstructured_paddleocr/ppocr/utils/dict/french_dict.txt
unstructured_paddleocr/ppocr/utils/dict/german_dict.txt
unstructured_paddleocr/ppocr/utils/dict/gujarati_dict.txt
unstructured_paddleocr/ppocr/utils/dict/hebrew_dict.txt
unstructured_paddleocr/ppocr/utils/dict/hi_dict.txt
unstructured_paddleocr/ppocr/utils/dict/it_dict.txt
unstructured_paddleocr/ppocr/utils/dict/japan_dict.txt
unstructured_paddleocr/ppocr/utils/dict/ka_dict.txt
unstructured_paddleocr/ppocr/utils/dict/kazakh_dict.txt
unstructured_paddleocr/ppocr/utils/dict/korean_dict.txt
unstructured_paddleocr/ppocr/utils/dict/latex_ocr_tokenizer.json
unstructured_paddleocr/ppocr/utils/dict/latex_symbol_dict.txt
unstructured_paddleocr/ppocr/utils/dict/latin_dict.txt
unstructured_paddleocr/ppocr/utils/dict/mr_dict.txt
unstructured_paddleocr/ppocr/utils/dict/ne_dict.txt
unstructured_paddleocr/ppocr/utils/dict/oc_dict.txt
unstructured_paddleocr/ppocr/utils/dict/parseq_dict.txt
unstructured_paddleocr/ppocr/utils/dict/ppocrv4_doc_dict.txt
unstructured_paddleocr/ppocr/utils/dict/pu_dict.txt
unstructured_paddleocr/ppocr/utils/dict/rs_dict.txt
unstructured_paddleocr/ppocr/utils/dict/rsc_dict.txt
unstructured_paddleocr/ppocr/utils/dict/ru_dict.txt
unstructured_paddleocr/ppocr/utils/dict/samaritan_dict.txt
unstructured_paddleocr/ppocr/utils/dict/spin_dict.txt
unstructured_paddleocr/ppocr/utils/dict/syriac_dict.txt
unstructured_paddleocr/ppocr/utils/dict/ta_dict.txt
unstructured_paddleocr/ppocr/utils/dict/table_dict.txt
unstructured_paddleocr/ppocr/utils/dict/table_master_structure_dict.txt
unstructured_paddleocr/ppocr/utils/dict/table_structure_dict.txt
unstructured_paddleocr/ppocr/utils/dict/table_structure_dict_ch.txt
unstructured_paddleocr/ppocr/utils/dict/te_dict.txt
unstructured_paddleocr/ppocr/utils/dict/th_dict.txt
unstructured_paddleocr/ppocr/utils/dict/ug_dict.txt
unstructured_paddleocr/ppocr/utils/dict/uk_dict.txt
unstructured_paddleocr/ppocr/utils/dict/ur_dict.txt
unstructured_paddleocr/ppocr/utils/dict/vi_dict.txt
unstructured_paddleocr/ppocr/utils/dict/xi_dict.txt
unstructured_paddleocr/ppocr/utils/dict/kie_dict/xfund_class_list.txt
unstructured_paddleocr/ppocr/utils/dict/layout_dict/layout_cdla_dict.txt
unstructured_paddleocr/ppocr/utils/dict/layout_dict/layout_publaynet_dict.txt
unstructured_paddleocr/ppocr/utils/dict/layout_dict/layout_table_dict.txt
unstructured_paddleocr/ppocr/utils/dict/unimernet_tokenizer/tokenizer.json
unstructured_paddleocr/ppocr/utils/dict/unimernet_tokenizer/tokenizer_config.json
unstructured_paddleocr/ppocr/utils/e2e_metric/Deteval.py
unstructured_paddleocr/ppocr/utils/e2e_metric/polygon_fast.py
unstructured_paddleocr/ppocr/utils/e2e_utils/extract_batchsize.py
unstructured_paddleocr/ppocr/utils/e2e_utils/extract_textpoint_fast.py
unstructured_paddleocr/ppocr/utils/e2e_utils/extract_textpoint_slow.py
unstructured_paddleocr/ppocr/utils/e2e_utils/pgnet_pp_utils.py
unstructured_paddleocr/ppocr/utils/e2e_utils/visual.py
unstructured_paddleocr/ppocr/utils/formula_utils/math_txt2pkl.py
unstructured_paddleocr/ppocr/utils/formula_utils/unimernet_data_convert.py
unstructured_paddleocr/ppocr/utils/loggers/__init__.py
unstructured_paddleocr/ppocr/utils/loggers/base_logger.py
unstructured_paddleocr/ppocr/utils/loggers/loggers.py
unstructured_paddleocr/ppocr/utils/loggers/wandb_logger.py
unstructured_paddleocr/ppstructure/README.md
unstructured_paddleocr/ppstructure/__init__.py
unstructured_paddleocr/ppstructure/predict_system.py
unstructured_paddleocr/ppstructure/utility.py
unstructured_paddleocr/ppstructure/kie/README.md
unstructured_paddleocr/ppstructure/kie/README_ch.md
unstructured_paddleocr/ppstructure/kie/how_to_do_kie.md
unstructured_paddleocr/ppstructure/kie/how_to_do_kie_en.md
unstructured_paddleocr/ppstructure/kie/predict_kie_token_ser.py
unstructured_paddleocr/ppstructure/kie/predict_kie_token_ser_re.py
unstructured_paddleocr/ppstructure/kie/requirements.txt
unstructured_paddleocr/ppstructure/kie/tools/eval_with_label_end2end.py
unstructured_paddleocr/ppstructure/kie/tools/trans_funsd_label.py
unstructured_paddleocr/ppstructure/kie/tools/trans_xfun_data.py
unstructured_paddleocr/ppstructure/layout/README.md
unstructured_paddleocr/ppstructure/layout/README_ch.md
unstructured_paddleocr/ppstructure/layout/__init__.py
unstructured_paddleocr/ppstructure/layout/predict_layout.py
unstructured_paddleocr/ppstructure/pdf2word/README.md
unstructured_paddleocr/ppstructure/pdf2word/pdf2word.py
unstructured_paddleocr/ppstructure/pdf2word/icons/chinese.png
unstructured_paddleocr/ppstructure/pdf2word/icons/english.png
unstructured_paddleocr/ppstructure/pdf2word/icons/folder-open.png
unstructured_paddleocr/ppstructure/pdf2word/icons/folder-plus.png
unstructured_paddleocr/ppstructure/recovery/README.md
unstructured_paddleocr/ppstructure/recovery/README_ch.md
unstructured_paddleocr/ppstructure/recovery/__init__.py
unstructured_paddleocr/ppstructure/recovery/recovery_to_doc.py
unstructured_paddleocr/ppstructure/recovery/recovery_to_markdown.py
unstructured_paddleocr/ppstructure/recovery/requirements.txt
unstructured_paddleocr/ppstructure/recovery/table_process.py
unstructured_paddleocr/ppstructure/table/README.md
unstructured_paddleocr/ppstructure/table/README_ch.md
unstructured_paddleocr/ppstructure/table/__init__.py
unstructured_paddleocr/ppstructure/table/convert_label2html.py
unstructured_paddleocr/ppstructure/table/eval_table.py
unstructured_paddleocr/ppstructure/table/matcher.py
unstructured_paddleocr/ppstructure/table/predict_structure.py
unstructured_paddleocr/ppstructure/table/predict_table.py
unstructured_paddleocr/ppstructure/table/table_master_match.py
unstructured_paddleocr/ppstructure/table/table_metric/__init__.py
unstructured_paddleocr/ppstructure/table/table_metric/parallel.py
unstructured_paddleocr/ppstructure/table/table_metric/table_metric.py
unstructured_paddleocr/ppstructure/table/tablepyxl/__init__.py
unstructured_paddleocr/ppstructure/table/tablepyxl/style.py
unstructured_paddleocr/ppstructure/table/tablepyxl/tablepyxl.py
unstructured_paddleocr/tools/__init__.py
unstructured_paddleocr/tools/eval.py
unstructured_paddleocr/tools/export_center.py
unstructured_paddleocr/tools/export_model.py
unstructured_paddleocr/tools/infer_cls.py
unstructured_paddleocr/tools/infer_det.py
unstructured_paddleocr/tools/infer_e2e.py
unstructured_paddleocr/tools/infer_kie.py
unstructured_paddleocr/tools/infer_kie_token_ser.py
unstructured_paddleocr/tools/infer_kie_token_ser_re.py
unstructured_paddleocr/tools/infer_rec.py
unstructured_paddleocr/tools/infer_sr.py
unstructured_paddleocr/tools/infer_table.py
unstructured_paddleocr/tools/naive_sync_bn.py
unstructured_paddleocr/tools/program.py
unstructured_paddleocr/tools/test_hubserving.py
unstructured_paddleocr/tools/train.py
unstructured_paddleocr/tools/end2end/convert_ppocr_label.py
unstructured_paddleocr/tools/end2end/draw_html.py
unstructured_paddleocr/tools/end2end/eval_end2end.py
unstructured_paddleocr/tools/end2end/readme.md
unstructured_paddleocr/tools/infer/predict_cls.py
unstructured_paddleocr/tools/infer/predict_det.py
unstructured_paddleocr/tools/infer/predict_e2e.py
unstructured_paddleocr/tools/infer/predict_rec.py
unstructured_paddleocr/tools/infer/predict_sr.py
unstructured_paddleocr/tools/infer/predict_system.py
unstructured_paddleocr/tools/infer/utility.py