Welcome to ocr_translate’s documentation!

This is a Django app for creating back-end server aimed at performing OCR and translation of images received via a POST request.

The OCR and translation is performed using freely available machine learning models and packages (see below for what is currently implemented).

The server is designed to be used together with this browser extension, acting as a front-end providing the images and controlling the model languages and models being used.

Installation/Running

Guide on installing and running ocr_translate with various methods.

Plugins

Detail on the plugins available for ocr_translate.

User Guides

User guide for ocr_translate.

Contributor Guides

Want to add to the codebase? The contributing guidelines will guide you through the process of improving ocr_translate.