☢️
Metode Skripshit Project
  • introduction
  • getting started
  • Metode
    • Fuzzy
    • k-means
    • linear regresion
    • naive bayes
    • oreste
    • saw
    • topsis
    • wp
  • Office
  • math
  • image
  • donation
  • contributing
  • change log
  • about
Powered by GitBook
On this page
  • Installation
  • OCR ( Optical Character Recognition ) setup
  • Example

Was this helpful?

getting started

PreviousintroductionNextMetode

Last updated 3 years ago

Was this helpful?

Installation

composer install

untuk menggunakan lib ini wajib menginstall composer, seperti yang sudah di jelaskan pada halaman

composer require nagara/metode-skripshit

untuk menggunakan image class OCR ( Optical character recognition ) pada windows wajib menginstall capture2text

OCR ( Optical Character Recognition ) setup

install package manager chocolatey for windows

open powershell administrative dan paste code berikut ini. info detail tentang install chocolatey bisa baca

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'))

selanjutnya install capture2text.

install capture2text versi 3.9

choco install capture2text --version 3.9

reference

Example

untuk file contoh ada pada directory example

intro
disini
https://opensource.google/projects/tesseract
https://github.com/tesseract-ocr/tesseract
https://github.com/thiagoalessio/tesseract-ocr-for-php
https://github.com/thiagoalessio/tesseract-ocr-for-php#-note-for-windows-users
image
code