namndh / ocr-teko-hiringtest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCR Hiring test for Teko

An OCR system that be developed to extract texts from the image

Installation:

  • pip install -r requiremens.txt

Prepare CRNN model:

  • chmod 777 prepare.sh
  • ./prepare.sh

Using CRNN model implemented in:

Usage:

  • Active environment
  • Run following command to use CRNN in Pytorch to extract texts from given image:
    • python extract_texts_pytorch.py
  • Run following command to use CRNN in Keras to extract texts from given image:
    • python extract_texts_keras.py

About


Languages

Language:Python 99.0%Language:Shell 1.0%