Chris Couzens
Chris Couzens
You may be interested in this PR. Github won't let me assign you as a reviewer. https://github.com/ccouzens/leptonica-plumbing/pull/2
You're right. It's not there today. It looks like PSM (PageSegMode) would correspond to https://tesseract-ocr.github.io/tessapi/5.x/a00008.html#a7393e8cb70161c588eff1dbb5e97e4d5 And OEM (OCR engine mode) would need to use a different init function https://tesseract-ocr.github.io/tessapi/5.x/a00008.html#a75e22aabb144f06f07741188df3cc41a I...
Hi @adminSxs, I'll try building on Windows 10 tonight. Have you already installed Microsoft's vcpkg and run `.\vcpkg install tesseract:x64-windows`? https://github.com/houqp/leptess/blob/master/README.md#windows
Ok, I'll try in Windows 10 tonight and see what needs to be done
Sorry if I'm not very useful at this issue. I don't use Windows much. There seem to be 2 errors. ``` cargo:warning=couldn't execute `llvm-config --prefix` (error: 系统找不到指定的文件。 (os error 2))...
> i'm win10 os > I use centos:7 to build How are you using Windows 10 and CentOS 7 at the same time to build leptess?
Hi @rucoder - thank you- I'll do that in future :smile:
Thank you > Could you please add a simple test case for this functionality? I've added a couple tests. They're a bit more complicated than some of the others, as...
Hey, sorry you couldn't get it working :( I've tried to replicate on my Windows install, but unfortunately I can't even get as far as you. I think something may...
Hey @tbm98 , Do you have `brew` installed? Can you try `brew install tesseract leptonica pkg-config`? `tesseract-sys` isn't meant to be used directly, but as a implementation detail of [leptess](https://github.com/houqp/leptess/)...