Seltix

Results 38 comments of Seltix

no problem, glad to help. It wold be helpful for faster analysis during development =)

hello, this is the code generated in the example : `A aguardar pagamento` But if I use that dynamic key they will be treated as different text, but they do...

Btw, I also try with `Image mode: raster` and same result. Oh, and between prints I get those "random chars" instead of the image (in both modes), probably because previous...

hi, This was a problem with the comunication itself and not this plugin. The solution for my problem was to split the ArrayBuffer into chunks ( 512 in my case...

hello, i foun this problem too using moment-with-locales.min.js 2.21.0 ``` var a = moment(); a.format() // 2018-03-25T22:14:54+01:00 var b = a.startOf('day'); b.format() // 2018-03-25T00:00:00+00:00 ``` when using the "startOf" the...

OMG I totally forgot about that! :S you're right! thanks and sorry for the wrong post :/

Hello, i'm getting a error with tesseract and I would like to make sure the current master branch of tesseract reproduces the same problem. How could I compile the tesseract...

using the tesseract guide https://tesseract-ocr.github.io/tessdoc/Compiling.html and method 2 ( with vcpk ), after executing the "vcpkg install tesseract:x64-windows" command, I got the dlls at "...\vcpkg\installed\x64-windows\bin", I just try to replace...

I was finally able to compile the required 2 DLLs to update this repository tesseract version https://stackoverflow.com/questions/70956747/build-tesseract-as-dll-dynamic-link-library

> > I was finally able to compile the required 2 DLLs to update this repository tesseract version https://stackoverflow.com/questions/70956747/build-tesseract-as-dll-dynamic-link-library > > hi can u please share your compiled leptonica-1.80.0.dll tesseract.exe...