Releases: manykarim/robotframework-doctestlibrary
Releases · manykarim/robotframework-doctestlibrary
v0.13.0
v0.12.1: Merge pull request #74 from manykarim/fix_file_lock_on_error
Fix
- Fix PDF Document Locks an assertion error also for Pdf Tests
v0.12.0: Merge pull request #73 from manykarim/fix_file_lock_on_error
Fix
- PDF files are no longer locked after failed comparisons as described here #17
v0.11.0
v0.10.1
v0.10.0
v0.9.1
Defect Fixes
Fixed a defect caused by conversion to int in CompareImage.py
Now the string value (from tesseract) is first interpreted as float and afterwards converted to int
Thank you for reporting it @wanghui-00
v0.9.0
New Features
- Add new
movement_detection
optionsclassic
,template
andorb
- Relevant when using
move_tolerance
option inCompare Images
. orb
support is still experimental, see OpenCV Documentation for more detailsclassic
will use the current default (which is templateMatching)template
has a few improvements like some additional preProcessing done on both images before- for now, I recommend to use
template
- for now, I recommend to use
- Relevant when using
- Improved text detection with
ocr_engine=east
- If you face problems detecting texts in your images, try out
ocr_engine=east
. It has some improvements.
- If you face problems detecting texts in your images, try out
Fixes