ocr_translate-tesseract

Plugin to implement tesseract OCR for ocr_translate.


Keywords
django, translation
License
GPL-3.0
Install
pip install ocr_translate-tesseract==0.1.4

Documentation

Plugin for using tesseract with ocr_translate

This is a plugin for the ocr_translate server for implementing translations using tesseract

IMPORANT: This plugin required tesseract to be installed to work link

Usage

  • Install this by running pip install ocr_translate-tesseract
  • Add ocr_translate_tesseract to your INSTALLED_APPS in settings.py
  • Run the server with AUTOCREATE_VALIDATED_MODELS once