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 #27495

Merged
merged 3 commits into from Jun 17, 2023
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 @@ -44,7 +44,7 @@ script:
- contextPath: File.Text
description: Extracted text from the passed image file.
type: String
dockerimage: demisto/tesseract:1.0.0.61861
dockerimage: demisto/tesseract:1.0.0.62842
isfetch: false
runonce: false
script: '-'
Expand Down
3 changes: 3 additions & 0 deletions Packs/ImageOCR/ReleaseNotes/1_1_17.md
@@ -0,0 +1,3 @@
#### Integrations
##### Image OCR
- Updated the Docker image to: *demisto/tesseract:1.0.0.62842*.
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.16",
"currentVersion": "1.1.17",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down