You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
hi, when i use
tresseract test.png stdout
i get text in cmd,
but when i use
tresseract test.png out
i get no out.txt file in the directory, also i searched it but there is no out.txt on computer
David Sixela
unread,
Nov 3, 2017, 2:34:23 AM11/3/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
hi, here is the command to get an output.txt file:
tesseract test.png filename stdout
with this, you'll get a file named "filename.txt" containing the tesseract's output. PS: no need to add the extension after " filename" in the command line .
Dan9er
unread,
Nov 4, 2017, 10:08:55 AM11/4/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
>tresseract
You misspelled the command name. It's tesseract. Other than that, the second command should work.
Come on man, cant you see the message in the console saying that the command wasn't found?!