Skip to content

Commit

Permalink
Update Docker Image To demisto/tesseract (#22142)
Browse files Browse the repository at this point in the history
* Updated Metadata Of Pack ImageOCR

* Added release notes to pack ImageOCR

* Packs/ImageOCR/Integrations/ImageOCR/ImageOCR.yml Docker image update

* Updated Metadata Of Pack ImageOCR

* -

Co-authored-by: sberman <sberman@paloaltonetworks.com>
  • Loading branch information
2 people authored and MosheEichler committed Nov 13, 2022
1 parent 1339bf9 commit dfb0db3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Packs/ImageOCR/Integrations/ImageOCR/ImageOCR.yml
Expand Up @@ -39,7 +39,7 @@ script:
- contextPath: File.Text
description: Extracted text from the passed image file.
type: String
dockerimage: demisto/tesseract:1.0.0.29067
dockerimage: demisto/tesseract:1.0.0.36078
isfetch: false
runonce: false
script: '-'
Expand Down
2 changes: 1 addition & 1 deletion Packs/ImageOCR/Integrations/ImageOCR/ImageOCR_test.py
Expand Up @@ -26,7 +26,7 @@ def test_list_languages():
('bomb.jpg', 'You must transfer bitcoins', None),
('noisy1.jpg', 'Tesseract OCR', None),
('noisy.png', 'Tesseract Will', None),
('cnbc.gif', 'Goldman Sachs', None),
('cnbc.gif', 'MARKETS', None),
('hebrew.tiff', 'ביטקוין', ['eng', 'heb'])
]) # noqa: E124
def test_extract_text(image, expected_text, langs):
Expand Down
3 changes: 3 additions & 0 deletions Packs/ImageOCR/ReleaseNotes/1_1_4.md
@@ -0,0 +1,3 @@
#### Integrations
##### Image OCR
- Updated the Docker image to: *demisto/tesseract:1.0.0.36078*.
2 changes: 1 addition & 1 deletion Packs/ImageOCR/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Image OCR",
"description": "Extracts text from images.",
"support": "xsoar",
"currentVersion": "1.1.3",
"currentVersion": "1.1.4",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit dfb0db3

Please sign in to comment.