Skip to content

tetrapod0/Number-OCR

Repository files navigation

Numerical-OCR

Number OCR


Install

git clone https://github.com/tdat97/Numerical-OCR.git
cd Numerical-OCR
pip install -r requirments.txt

Example

from utils.ocr import OcrEngine
import matplotlib.pyplot as plt
img = plt.imread("./temp/test_date_120cm.jpg")
plt.imshow(img)

download

ocr_engine = OcrEngine("./models/date_ocr.h5")
print(ocr_engine(img)) # '2022.11.06'

Loss Figure

epoch_loss


Prediction Plot

savef_plt

About

Number OCR

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published