getting started
Installation
composer install
composer require nagara/metode-skripshitOCR ( Optical Character Recognition ) setup
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))choco install capture2text --version 3.9reference
Example
Last updated