Jia chen
Jia chen
In python3, func_name is renamed `__name__`
Can confirm this is a problem. It happens both on Linux and Mac. Here is my source code: `from random import randint from math import ceil, log10 from numpy import...
Have not solved the problem. I switched to Talos instead. Here is a blog I wrote about talos https://medium.com/jia-chen/multi-input-seq2seq-generation-with-keras-and-talos-84d8bdec2d46
如果出现字体不一样的情况这个坐标就对不上了啊。
any plans for this?
You shouldn't use image_to_text if you have multiple images. Load model and establish the API takes time. You are better off doing something like this: ``` tess_api=tesserocr.PyTessBaseAPI() for img in...
That’s a good point. I am guessing we can use the iterator and set the level to WORD. then retrieve the rect and confidence. > On Aug 26, 2021, at...