Adding the tests to the new ocr methods.

This commit is contained in:
2022-01-10 12:34:42 -03:00
parent fc04ddad12
commit 450635d9ba
2 changed files with 67 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
Feature: The OCR API client
# ======================== OCR method ========================
Scenario: Using the OCR standard method
Given the OCR client
When the OCR method is called
Then there must be an dictionary as a return
# ======================== Strings method ========================
Scenario: Using the Strings method
Given the OCR client
And an OCR object
When the Strings method is called
Then there must be a list of dictionaries with the content read and other info