Skip to content

class OCR

Oliver edited this page Apr 26, 2020 · 2 revisions

www/includes/ocr.inc.php


OCR

Schrifterkennung aus bildern, welche mit php generiert wurden. requires: gdlib

Package

Default

author

  • [z]biko

date

  • 11.10.2004

Overview

Public Properties

_font_height() | _font_width() | font() |

Constants

No constants found

Public Methods

_bitmap_eq() | _font_bitmap() | _scan() | OCR() | scan_image() | scan_url() |

Properties

_font_height

public $_font_height

_font_width

public $_font_width

font

public $font

Methods

_bitmap_eq()

  • Inherited from \OCR

public _bitmap_eq(mixed $bitmap1, mixed $bitmap2, mixed $tolerance) : mixed

_font_bitmap()

  • Inherited from \OCR

public _font_bitmap(mixed $img, mixed $fontcolor, mixed $x, mixed $y) : mixed

_scan()

  • Inherited from \OCR

public _scan(mixed $img, mixed $fontcolor, mixed $char, mixed $x, mixed $y, mixed $tolerance) : mixed

OCR()

Klassenkonstruktor - $fonttype als int-Kennung der gdlib

  • Inherited from \OCR

public OCR(mixed $fonttype, mixed $fontset = array()) : mixed

Tags
  • params: int $fonttype

scan_image()

  • Inherited from \OCR

public scan_image(mixed $img, mixed $fontcolor, mixed $x, mixed $y, mixed $wdt, mixed $hgt, mixed $tolerance) : mixed

scan_url()

  • Inherited from \OCR

public scan_url(mixed $url, mixed $mime, mixed $fontcolor, mixed $x, mixed $y, mixed $wdt, mixed $hgt, mixed $tolerance) : mixed


\ » Classes » OCR

Clone this wiki locally