Ahmet TOK
Ahmet TOK
@yharaskrik thanks bro
I am using Tesseract 4 with oem 1, https://github.com/tesseract-ocr/tessdata_fast/eng.traineddata https://github.com/anuraghkp1/tessdata/blob/master/financial.traineddata both work fine, but none of the traineddatas in your library.
I am interested in digits_comma.traineddata
@vadash can you share how you did it? I mean training.
mind bumping the version to 3.0.2?
@rssurya19 Can you share the labelmap.pbtxt file please?
@raufendro-dev can you use it on a custom model? Do you have sample repo?
@xiaofan-luan I had the same issue, It was working fine for 5 days and today just started getting this error, I re created new docker container using the latest image...
@nutmilk10 ``` sudo docker run -d \ --name milvus-standalone\ --security-opt seccomp:unconfined \ -e ETCD_USE_EMBED=true \ -e ETCD_DATA_DIR=/var/lib/milvus/etcd \ -e ETCD_CONFIG_PATH=/milvus/configs/embedEtcd.yaml \ -e COMMON_STORAGETYPE=local \ -v ${DOCKER_VOLUME_DIRECTORY:-}./milvus:/var/lib/milvus \ -v ${DOCKER_VOLUME_DIRECTORY:-}./embedEtcd.yaml:/milvus/configs/embedEtcd.yaml \...
@nutmilk10 I have the same laptop, 2.3.8 would be fine. Make sure to delete the old container built. When you build a new docker container by pulling the latest milvus...