Mark Wales
Mark Wales
This might not be possible: https://filingdb.com/b/pdf-text-extraction
Do you know which package needs to be installed to fix this?
Fair enough! Hopefully someone else will. Or I might get a chance to test it at some point. Sorry, super busy taking my work remote for the last few months....
```ruby require "language/haskell" class Brok < Formula include Language::Haskell::Cabal desc "Find broken links in text documents" homepage "https://github.com/smallhadroncollider/brok" url "https://github.com/smallhadroncollider/brok/archive/1.0.0.tar.gz" sha256 "fa35be3068d6647a029c922c59a7107186cc9cb0d5f5156b72609f30c8704ad4" depends_on "cabal-install" => :build depends_on "ghc" => :build...
You'll need to: 1) fork [homebrew-core](https://github.com/Homebrew/homebrew-core) 2) add the above code to a file called `brok.rb` in the `Formula` directory 3) do a git commit with the message `cmt 1.0.0`...
If you let me know when you've done that I can jump in on the PR conversation and help with any issues.
@tjweir Would you be able to assist?
Thanks!
@kahlil29 Have you had a chance to look at this yet?