Skip to content

v1.6.0

Choose a tag to compare

@rkcosmos rkcosmos released this 24 Aug 03:50
· 82 commits to master since this release

v1.6.0

  • 24 August 2022 - Version 1.6.0
    • Restructure code to support alternative text detectors.
    • Add detector DBNET, see paper. It can be used by initializing like this reader = easyocr.Reader(['en'], detect_network = 'dbnet18').