Skip to content

AbsoluteWinter/vocr

Repository files navigation

vocr - Vietnamese OCR

Package Info Supported Python Version
PyPI Version License
Download per month
Workflow Test
Release
Repo Repo Size

Prerequisite

Install

pip install vocr

Usage

Run in Terminal

vocr --help
Usage: vocr [OPTIONS] COMMAND [ARGS]...

  vocr's command line interface

Options:
  --help  Show this message and exit.

Commands:
  gui      Run vocr with GUI
  ocr      Performs OCR on file/directory
  version  Show current version

Run in script

from vocr import VietOCR
VietOCR(<path>).ocr()

Supported file

  • .jpg, .jpeg, .png

LICENSE

MIT License