ocropus-archive / DUP-ocropy

Python-based tools for document analysis and OCR
Apache License 2.0
3.41k stars 590 forks source link

Is there a graphical depiction of the model being used/trained here? #327

Closed tadas-subonis closed 5 years ago

tadas-subonis commented 5 years ago

I would like to see what kind of model ocropy uses but it seems I can't to find the structure of it anywhere here.

Any tips/links would be appreciated.

amitdo commented 5 years ago

I'm not sure what you mean here.

ocropy uses a bidirectional LSTM network. It does not support convolution layers.

https://github.com/tmbdev/ocropy/wiki/Publications

tadas-subonis commented 5 years ago

Basically, what I am looking for is what kind of layers were used in the model, how many layers, what were the other parameters?

On Wed, Jun 26, 2019 at 2:35 PM Amit D. notifications@github.com wrote:

I'm not sure what you mean here.

ocropy uses Bidirectional LSTM network. It does not support convolution layers.

https://github.com/tmbdev/ocropy/wiki/Publications

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tmbdev/ocropy/issues/327?email_source=notifications&email_token=AAB4LMWRAPMEVORBJ34U47DP4NO7RA5CNFSM4H3QIKT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYTL4BY#issuecomment-505855495, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB4LMUKUDWBJ2WBJJBIO7TP4NO7RANCNFSM4H3QIKTQ .

--

Kind Regards, Tadas Šubonis

amitdo commented 5 years ago

High-Performance OCR for Printed English and Fraktur using LSTM Networks

tadas-subonis commented 5 years ago

Thanks. That will do.