CHANGELOG.md
LICENSE
MANIFEST.in
README.md
setup.py
IndicPhotoOCR/__init__.py
IndicPhotoOCR/ocr.py
IndicPhotoOCR.egg-info/PKG-INFO
IndicPhotoOCR.egg-info/SOURCES.txt
IndicPhotoOCR.egg-info/dependency_links.txt
IndicPhotoOCR.egg-info/requires.txt
IndicPhotoOCR.egg-info/top_level.txt
IndicPhotoOCR/detection/__init__.py
IndicPhotoOCR/detection/east_config.py
IndicPhotoOCR/detection/east_detector.py
IndicPhotoOCR/detection/east_locality_aware_nms.py
IndicPhotoOCR/detection/east_model.py
IndicPhotoOCR/detection/east_preprossing.py
IndicPhotoOCR/detection/east_utils.py
IndicPhotoOCR/detection/textbpn/__init__.py
IndicPhotoOCR/detection/textbpn/textbpnpp_detector.py
IndicPhotoOCR/detection/textbpn/network/Reg_loss.py
IndicPhotoOCR/detection/textbpn/network/Seg_loss.py
IndicPhotoOCR/detection/textbpn/network/__init__.py
IndicPhotoOCR/detection/textbpn/network/loss.py
IndicPhotoOCR/detection/textbpn/network/loss_org.py
IndicPhotoOCR/detection/textbpn/network/textnet.py
IndicPhotoOCR/detection/textbpn/network/backbone/__init__.py
IndicPhotoOCR/detection/textbpn/network/backbone/resnet.py
IndicPhotoOCR/detection/textbpn/network/backbone/vgg.py
IndicPhotoOCR/detection/textbpn/network/layers/Adaptive_Deformation.py
IndicPhotoOCR/detection/textbpn/network/layers/CircConv.py
IndicPhotoOCR/detection/textbpn/network/layers/GCN.py
IndicPhotoOCR/detection/textbpn/network/layers/GraphConv.py
IndicPhotoOCR/detection/textbpn/network/layers/RNN.py
IndicPhotoOCR/detection/textbpn/network/layers/Transformer.py
IndicPhotoOCR/detection/textbpn/network/layers/Transformer_old.py
IndicPhotoOCR/detection/textbpn/network/layers/__init__.py
IndicPhotoOCR/detection/textbpn/network/layers/gcn_utils.py
IndicPhotoOCR/detection/textbpn/network/layers/model_block.py
IndicPhotoOCR/detection/textbpn/network/layers/position_encoding.py
IndicPhotoOCR/detection/textbpn/network/layers/resnet.py
IndicPhotoOCR/detection/textbpn/network/layers/resnet_dcn.py
IndicPhotoOCR/detection/textbpn/network/layers/vgg.py
IndicPhotoOCR/detection/textbpn/util/__init__.py
IndicPhotoOCR/detection/textbpn/util/augmentation.py
IndicPhotoOCR/detection/textbpn/util/canvas.py
IndicPhotoOCR/detection/textbpn/util/detection.py
IndicPhotoOCR/detection/textbpn/util/eval.py
IndicPhotoOCR/detection/textbpn/util/graph.py
IndicPhotoOCR/detection/textbpn/util/io.py
IndicPhotoOCR/detection/textbpn/util/logging.py
IndicPhotoOCR/detection/textbpn/util/meters.py
IndicPhotoOCR/detection/textbpn/util/misc.py
IndicPhotoOCR/detection/textbpn/util/pbox.py
IndicPhotoOCR/detection/textbpn/util/serialization.py
IndicPhotoOCR/detection/textbpn/util/shedule.py
IndicPhotoOCR/detection/textbpn/util/strs.py
IndicPhotoOCR/detection/textbpn/util/summary.py
IndicPhotoOCR/detection/textbpn/util/vis_flux.py
IndicPhotoOCR/detection/textbpn/util/visualize.py
IndicPhotoOCR/recognition/__init__.py
IndicPhotoOCR/recognition/parseq_recogniser.py
IndicPhotoOCR/script_identification/CLIP_identifier.py
IndicPhotoOCR/script_identification/__init__.py
IndicPhotoOCR/script_identification/vit/__init__.py
IndicPhotoOCR/script_identification/vit/config.py
IndicPhotoOCR/script_identification/vit/vit_infer.py
IndicPhotoOCR/utils/__init__.py
IndicPhotoOCR/utils/helper.py
IndicPhotoOCR/utils/strhub/__init__.py
IndicPhotoOCR/utils/strhub/data/__init__.py
IndicPhotoOCR/utils/strhub/data/aa_overrides.py
IndicPhotoOCR/utils/strhub/data/augment.py
IndicPhotoOCR/utils/strhub/data/dataset.py
IndicPhotoOCR/utils/strhub/data/module.py
IndicPhotoOCR/utils/strhub/data/utils.py
IndicPhotoOCR/utils/strhub/models/__init__.py
IndicPhotoOCR/utils/strhub/models/base.py
IndicPhotoOCR/utils/strhub/models/modules.py
IndicPhotoOCR/utils/strhub/models/utils.py
IndicPhotoOCR/utils/strhub/models/abinet/__init__.py
IndicPhotoOCR/utils/strhub/models/abinet/attention.py
IndicPhotoOCR/utils/strhub/models/abinet/backbone.py
IndicPhotoOCR/utils/strhub/models/abinet/model.py
IndicPhotoOCR/utils/strhub/models/abinet/model_abinet_iter.py
IndicPhotoOCR/utils/strhub/models/abinet/model_alignment.py
IndicPhotoOCR/utils/strhub/models/abinet/model_language.py
IndicPhotoOCR/utils/strhub/models/abinet/model_vision.py
IndicPhotoOCR/utils/strhub/models/abinet/resnet.py
IndicPhotoOCR/utils/strhub/models/abinet/system.py
IndicPhotoOCR/utils/strhub/models/abinet/transformer.py
IndicPhotoOCR/utils/strhub/models/crnn/__init__.py
IndicPhotoOCR/utils/strhub/models/crnn/model.py
IndicPhotoOCR/utils/strhub/models/crnn/system.py
IndicPhotoOCR/utils/strhub/models/parseq/__init__.py
IndicPhotoOCR/utils/strhub/models/parseq/model.py
IndicPhotoOCR/utils/strhub/models/parseq/modules.py
IndicPhotoOCR/utils/strhub/models/parseq/system.py
IndicPhotoOCR/utils/strhub/models/trba/__init__.py
IndicPhotoOCR/utils/strhub/models/trba/feature_extraction.py
IndicPhotoOCR/utils/strhub/models/trba/model.py
IndicPhotoOCR/utils/strhub/models/trba/prediction.py
IndicPhotoOCR/utils/strhub/models/trba/system.py
IndicPhotoOCR/utils/strhub/models/trba/transformation.py
IndicPhotoOCR/utils/strhub/models/vitstr/__init__.py
IndicPhotoOCR/utils/strhub/models/vitstr/model.py
IndicPhotoOCR/utils/strhub/models/vitstr/system.py