├── .gitignore ├── README.md ├── README.yearwise.md ├── README.zh-cn.md └── README.zh-cn.yearwise.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitelok/image-text-localization-recognition/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitelok/image-text-localization-recognition/HEAD/README.md -------------------------------------------------------------------------------- /README.yearwise.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitelok/image-text-localization-recognition/HEAD/README.yearwise.md -------------------------------------------------------------------------------- /README.zh-cn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitelok/image-text-localization-recognition/HEAD/README.zh-cn.md -------------------------------------------------------------------------------- /README.zh-cn.yearwise.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whitelok/image-text-localization-recognition/HEAD/README.zh-cn.yearwise.md --------------------------------------------------------------------------------