简体   繁体   中英

Javascript Tesseract without jpg/png/

I try to use Tesseract for the first time. But i got the problem, that my image is not a "normal" image.png or something like this, it is just a link like: "path/to/image.php".

So does anybody know, how i can use Tesseract with this "image" ?

I had the idea, that i can just save this image locally and then get it read by Tesseract, but it does not work to save it via Filestream..

When is do like

var foo = "https://website.domain/path/to/image.php";

Then my foo is just a [Nodelist object]

So how to do Tesseract with this ?^^

您可以先下载图像,然后使用“常规”图像路径。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM