File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ List of changes between versions
1111- [ ] Add <DETECT > language to allow either OCR or TSL models to detect the language automatically
1212 (Both should easy, only one could be troublesome)
1313
14+ ## 0.7.1
15+
16+ - reflect bugfix in paddle plugin
17+
1418## 0.7.0
1519
1620### Breaking changes
Original file line number Diff line number Diff line change 1818###################################################################################
1919"""OCR and translation of images."""
2020
21- __version__ = '0.7.0 '
21+ __version__ = '0.7.1 '
2222__version__array__ = [int (_ ) for _ in __version__ .split ('.' )]
Original file line number Diff line number Diff line change 487487 "name" : " ocr_translate_paddle" ,
488488 "package" : " ocr_translate-paddle" ,
489489 "description" : " This is a plugin for the ocr_translate. Plugins to enable usage of PaddleOCR in ocr_translate" ,
490- "version" : " 0.3.0 " ,
490+ "version" : " 0.3.1 " ,
491491 "homepage" : " https://github.com/Crivella/ocr_translate-paddle" ,
492492 "dependencies" : [
493493 {
Original file line number Diff line number Diff line change 2222import subprocess
2323import sys
2424
25- req_version = os .environ .get ('OCT_VERSION' , '0.7.0 ' ).lower ()
25+ req_version = os .environ .get ('OCT_VERSION' , '0.7.1 ' ).lower ()
2626
2727def install_upgrade (upgrade = False ):
2828 """Install or upgrade the ocr_translate package."""
You can’t perform that action at this time.
0 commit comments