*$ git clone -b "4.1" --single-branch
https://github.com/alexcohn/tess-two.git tess-two-git-2*
Cloning into 'tess-two-git-2'...
remote: Enumerating objects: 34, done.
remote: Counting objects: 100% (34/34), done.
remote: Compressing objects: 100% (34/34), done.
remote: Total 11423 (delta 1), reuse
Oh, I now understand the problem. You need git clone --recurse-submodules.
To add the missing submodules after *clone*,
git submodule init
git submodule update
BR,
Alex
On Tuesday, August 13, 2019 at 1:31:20 PM UTC+3, JB Data31 wrote:
>
> *$ git clone -b "4.1" --single-branch
> https://gith
Hello Juned,
I read the conversation above and implemented in my android application
using Kotlin.
It is working. But it is returning some junk value instead of proper MICR
number.
val baseApi = TessBaseAPI()
baseApi.setDebug(true)
baseApi.init(datapath, "mcr")
baseApi.setImage(bitmap)
val rec
https://github.com/nguyenq/tess4j/issues/159
On Thursday, August 8, 2019 at 12:58:10 AM UTC-5, Srikanth wrote:
>
> Hi,
>
> I am getting error on windows server 2016, 64bit. I have VC++ 2017
> redistributable installed in my VM. My tessesract code is developed in
> spring boot app which works cor
4 matches
Mail list logo