Jump to content

xilopaint

Member
  • Posts

    896
  • Joined

  • Last visited

  • Days Won

    24

Posts posted by xilopaint

  1. Thanks for sharing, @Browall! I'm happy for seeing a workflow for home automation. I personally think Alfred has a lot to do in this scope.

     

    That said, Packal is an unmaintained project and not at all the best way to distribute your workflow. You better go with GitHub releases. Just share the workflow binary in the releases page for each released version (I also place it in the repo). A good practice is place your source code within a folder named src or source while the README, the LICENSE and the binary stay outside this folder. Additionally, use the autoupdate feature of alfred-workflow library to ensure the user has the latest version of the workflow.

     

    Take a look on Alfred PDF Tools implementation:  https://github.com/xilopaint/alfred-pdf-tools.

  2. On 3/21/2018 at 2:20 PM, Anteric said:

    Hi, this is my first time with workflows. I can launch the workflow, get the lists eg inbox, today etc. but I cannot work out 

    how to create a new todo item in any of the lists. I would welcome any advice

     

    Regards Anteric

     

    Welcome to Alfred community.

     

    You can learn how to operate the workflow by holding the action modifiers keys and reading the item subtitles. In order to create a to-do just select the target list and use + .

  3. 14 minutes ago, deanishe said:

    I use PDFScanner for OCR. €17 and it works very well (with English and German). Better than Adobe Acrobat in my experience.

     

    Does it have a CLI? I'm searching for an OCR app with a CLI.

     

    14 minutes ago, deanishe said:

    If you send me a page, too, @xilopaint, I'll run it through PDFScanner for you. It says it supports Spanish, so it should be able to handle your weird dialect, too.

     

    May I reply here saying thank you and f*** you? :lol:

  4. 21 hours ago, dfay said:

    Yeah free OCR in my experience has always been a source of frustration in the end.  Since I gave in and bought OCRKit a couple years ago I've been using OCR much more, with very few issues.  It has a CLI and decent AppleScript support, & thus integrates quite easily with Alfred....  All of which is to say investing in free OCR is probably not the best approach.

     

     

    Do you know if ORCKit's recognition accuracy is comparable to some renowned OCR engines like FineReader? I don't see any mention to the CLI in the App Store. Where can I read about it?

  5. 19 hours ago, BobRe said:

    Sorry - meant to say free OCR options 

     

     

    Alfred PDF Tools is embedded with k2pdfopt which is a CLI that has OCR capability and works with Tesseract Open Source OCR engine. The problem is the use of Tesseract engine with k2pdfopt requires the download of the language training files and additional configuration by the user (more info here).

     

    Trying another open source OCR engine would be an option, but we have to consider if increasing the already large workflow file size (12 MB) would worth it. Maybe the OCR feature would be a work for another workflow.

     

    In any case I'm open for suggestions.

  6. I'm getting this with the latest version:

     

    [2018-02-26 22:14:57][ERROR: action.script] /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': dlopen(/Users/****/Library/Application Support/Alfred 3/Alfred.alfredpreferences/workflows/user.workflow.A1917321-BE3A-4788-9739-881D004B077D/_licensed/Redcarpet/gems/redcarpet-3.4.0/lib/redcarpet.bundle, 0x0009): required dylib '/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/libruby.2.0.0.dylib' not found, needed by '/Users/****/Library/Application Support/Alfred 3/Alfred.alfredpreferences/workflows/user.workflow.A1917321-BE3A-4788-9739-881D004B077D/_licensed/Redcarpet/gems/redcarpet-3.4.0/lib/redcarpet.bundle'.  Did try: file not found '/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/libruby.2.0.0.dylib', file not found '/usr/lib/libruby.2.0.0.dylib', file not found '/usr/local/lib/libruby.2.0.0.dylib' - /Users/****/Library/Application Support/Alfred 3/Alfred.alfredpreferences/workflows/user.workflow.A1917321-BE3A-4788-9739-881D004B077D/_licensed/Redcarpet/gems/redcarpet-3.4.0/lib/redcarpet.bundle (LoadError)
    	from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    	from /Users/****/Library/Application Support/Alfred 3/Alfred.alfredpreferences/workflows/user.workflow.A1917321-BE3A-4788-9739-881D004B077D/_licensed/Redcarpet/gems/redcarpet-3.4.0/lib/redcarpet.rb:1:in `<top (required)>'
    	from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    	from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    	from ./html:4:in `<main>'

     

    Tried to upgrade Homebrew Ruby with no success.

  7. 1 hour ago, sr_navarre said:

    Does anyone who uses this workflow look at this topic? If so, did it stop working for you in the last few days? I reached out to the developer but he supposedly hasn't used this site in years. Can anyone take a crack at fixing it? I would, but I have no idea how to code.

     

    If you have upgraded to Alfred 3 recently, it should be the problem. Here's a link with the fixed workflow.

  8. 13 hours ago, Redman_gotcha said:

    I would really love to take advantage of this workflow, but the process is a little too complicated for me. I get that this is dependent on q_workflow and oneupdater, I am just not sure what to do with that. 

     

    Anyways, as you can see I don't know what I am doing. Is there anyone out there that would be willing to help people like me with instructions on how to make this happen? I would greatly appreciate it. 

     

    If the keyword todo is not working for you, please paste here what you get in the debug console after typing it.

×
×
  • Create New...