YIYANGCAI / CRAFT-CRNN-General

A General Task for OCR with CRAFT and CRNN models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRAFT-CRNN System for General OCR task

Introduction

A few days ago, I made an OCR project using CRAFT for detection and CRNN. However, that project's inputs require a point where near the nearest target text aera. This project makes a modification that omit the point input and is able to detect all text in the picture.

How to use the project

the requirements of the project can be found in original OCR project Put the weights of CRAFT and CRNN in the ./weights/ and test images in ./test_data/ Then run

python test.py

The results is saved in ./result/

About

A General Task for OCR with CRAFT and CRNN models

License:MIT License


Languages

Language:Python 100.0%