fontain

Python tool for font recognition on images


Keywords
font, ocr
License
MIT
Install
pip install fontain==0.1.1

Documentation

⛲ fontain ⛲

fontain is a Python tool for font recognition on images

Installation

pip install fontain

Usage

API

from fontain import *

CLI

fontain [-h] path

Recognize font on image

positional arguments:
  path                  input file path

optional arguments:
  -h, --help            show this help message and exit

Example

License

License: MIT