Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docker Image To demisto/tesseract #22142

Merged
merged 6 commits into from Nov 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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