Skip to content

Releases: testdevlab/cv_pom

v0.2.3

05 Dec 15:04
f37f7c3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

21 Oct 08:09
5361b00

Choose a tag to compare

Changed

  • adding adb driver to control Android devices without Appium in #18
  • adding querying in #21
  • Feature: long press in #22

Full Changelog: v0.2.1...v0.2.2

v0.2.1

11 Jul 07:22
e7ea61a

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

14 Jun 09:37
96cfc87

Choose a tag to compare

What's Changed

  • This helps adding different args to the OCR by @alvarolaserna in #7
  • Now you can add properties to OCR in convert_to_cvpom(source, ocr_props=None)
  • This properties can be added to the CVPOMDriver in the new kwargs:
kwargs = {'ocr': {'paragraph': True}} # Optional
MyCVPOMDriver(model_path, framework_specific_driver, **kwargs)

For now is only used for ocr and the values are any parameters that EasyOCR allows under self._reader.readtext(**ocr_props_comb) check here

Full Changelog: v0.1.0...v0.2.0

v0.1.0

02 Apr 10:39
650e9a4

Choose a tag to compare

What's Changed

New Contributors