Skip to content

1.2.2

Compare
Choose a tag to compare
@rkcosmos rkcosmos released this 05 Jan 13:48
· 252 commits to master since this release
  • 5 January 2021 - Version 1.2.2
    • Add optimal_num_chars to detect method. If specified, bounding boxes with estimated number of characters near this value are returned first. (thanks @adamfrees)
    • Add rotation_info to readtext method. Allow EasyOCR to rotate each text box and return the one with the best confident score. Eligible values are 90, 180 and 270. For example, try [90, 180 ,270] for all possible text orientations. (thanks @mijoo308)
    • Update documentation.