[tesseract-ocr] Re: Could tesseract return the index for the picture??

2019-12-23 Thread luffy monky
nfo but with this command will show that a string type I try to change to tsv but the format not a good. Could any provide any advice for me how to solve this? BR Luffy luffy monky 於 2019年12月23日 週一 下午9:57寫道: > Hi all > thanks for you. I had finish my homework~~ > No

[tesseract-ocr] Could tesseract return the index for the picture??

2019-12-23 Thread luffy monky
Hi all thanks for you. I had finish my homework~~ Now I can use the Pytesseracr.image_to_string(image) that will show all the text.. but I had an other question.. If I make sure my image had some match word like "*nothing*" and my pic by the command will show *you know nothing , John snow.*

Re: [tesseract-ocr] Could anyone help me about pytessract?

2019-09-19 Thread luffy monky
Sorry because I can understand why the out put is nothing...But an other code use the same way it will out the string but show 03 not 09 I just want to debug about those question -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To

[tesseract-ocr] Could anyone help me about pytessract?

2019-09-18 Thread luffy monky
Hi ALL I try to use any sample code from google. But it's show no thing in my code Could I trouble you for any advice?? Here is my sample code import pytesseract from PIL import Image image = Image.open("test3.jpg") code =