You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@spamassassin.apache.org on 2019/07/02 13:03:14 UTC

[Bug 7727] New Plugin TesseractOcr

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7727

--- Comment #9 from John Mertz <jo...@mailcleaner.net> ---
Created attachment 5665
  --> https://bz.apache.org/SpamAssassin/attachment.cgi?id=5665&action=edit
Plugin Updated Jul 2

I have updated the plugin according to the comments received. Changes made
include:

- removed dependency on Image::OCR::Tesseract and replaced with local
helper_app_pipe_open functions.
- Replaced parse_config with set_config
- removed unneccessary variables from tesseract_type()
- debug error if storage of tmpfile fails
- tmpfile path generated by catfile instead of string concatenation
- use simple counter for tmpfile name instead of MIME filename
- switched to Plugin::dbg instead of manually defined Logger method
- switched to find_executable_in_env_path instead of Which

-- 
You are receiving this mail because:
You are the assignee for the bug.