EasyOCR icon indicating copy to clipboard operation
EasyOCR copied to clipboard

Option to return probability vectors instead of max prob characters?

Open cottrell opened this issue 1 year ago • 2 comments

Seems like this is just a matter of chasing this through the code but wondering if it is already an issue or in progress?

cottrell avatar Jul 15 '22 12:07 cottrell

no built-in argument to output probability vectors. Unless you create a pull request :).

rkcosmos avatar Aug 07 '22 05:08 rkcosmos

I hacked something in here https://github.com/cottrell/EasyOCR/tree/prob but it involved a lot of boilerplate replication of internals. I think it requires some opinions/advice to turn that into a PR.

It might be a simple diff on the three levels of internal functions.

cottrell avatar Aug 24 '22 14:08 cottrell