Sorry, how can I do that? I'm trying to send image binary data, not a path. The goal is to not write a file to disk and use only memory. Could you please write a code that sends the data (binary) to the stdin of tesseract? it can be in Python, Dart or Java :( I've tried ChatGPT but it is wrong and gets lost
On Monday, February 13, 2023 at 6:11:52 PM UTC-3 Merlijn Wajer wrote: > > Hi, > > On 13/02/2023 20:40, Flávio. wrote: > > Hi, I'm a beginner, I wonder if there is a way to send image byte data > > directly to Tesseract from memory without having to write a file to disk > > . I'm building a program that uses Dart, but I can also write Python, > > Java or JS. > > If you write/echo an image to the stdin of Tesseract, and tell it to > read from "-", this ought to work, like so: > > > $ cat foo.png | tesseract - output > > Of course you can do this (write to stdin) in most programming languages. > > Cheers, > Merlijn > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-ocr+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/52a6a21c-2d8f-4797-9949-c5d5c4131077n%40googlegroups.com.