Nonobis / Restful-EasyOCR

Restful API Wrapper for EasyOCR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restful EasyOCR

If you do not know, EasyOCR is an open-sourced project (written in Python, hosted at https://github.com/JaidedAI/EasyOCR) helps doing OCR Jobs for your text extraction needs. Because it's written in Python, it can be difficult for integrating to your stack.

This small repository helps wrapping the EasyOCR functionalities inside Restful API with Flask. So that, you do not need to use Python in your stack to work with EasyOCR.

==> Fork of original repository

Added in ths version

  • Added environment variables
  • Added NVIDIA Support
  • Added new api for ocr uploaded file
  • Remove original api (for now)

TODO :

  • Add support for custom model path
  • Restore original API & cleanup code
  • Make PR

About

Restful API Wrapper for EasyOCR


Languages

Language:Python 77.2%Language:Dockerfile 22.8%