-
Notifications
You must be signed in to change notification settings - Fork 0
class OCR
www/includes/ocr.inc.php
Schrifterkennung aus bildern, welche mit php generiert wurden. requires: gdlib
Default
- [z]biko
- 11.10.2004
_font_height() | _font_width() | font() |
No constants found
_bitmap_eq() | _font_bitmap() | _scan() | OCR() | scan_image() | scan_url() |
public
$_font_height
public
$_font_width
public
$font
- Inherited from \OCR
public
_bitmap_eq(mixed $bitmap1, mixed $bitmap2, mixed $tolerance) : mixed
- Inherited from \OCR
public
_font_bitmap(mixed $img, mixed $fontcolor, mixed $x, mixed $y) : mixed
- Inherited from \OCR
public
_scan(mixed $img, mixed $fontcolor, mixed $char, mixed $x, mixed $y, mixed $tolerance) : mixed
Klassenkonstruktor - $fonttype als int-Kennung der gdlib
- Inherited from \OCR
public
OCR(mixed $fonttype, mixed $fontset = array()) : mixed
- params: int $fonttype
- Inherited from \OCR
public
scan_image(mixed $img, mixed $fontcolor, mixed $x, mixed $y, mixed $wdt, mixed $hgt, mixed $tolerance) : mixed
- 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
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.