Viz icon

Viz 2.2

Utility for extracting text from images, videos, QR codes and barcodes

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    viz # Viz
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    viz # Viz
  ];
}

Package Definition

{
  "pname": "viz",
  "version": "2.2",
  "src": {
    "url": "https://github.com/alienator88/Viz/releases/download/2.2/Viz.zip",
    "sha256": "a747243afbf2a7b0af8777c3d64e3b0383c55710e1c35b2f0505d3b62b8c75e5"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Viz.app\" && cp -r \"Viz.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Utility for extracting text from images, videos, QR codes and barcodes",
    "homepage": "https://itsalin.com/appInfo/?id=viz"
  }
}