Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はついにiOS用のtesseractライブラリをコンパイルすることができました。私は3.01を3.02.02に置き換えましたが、誰かがtesseractバージョンを表示する方法を知っているかどうか疑問に思っていました(本当に更新されていることを確認したいだけです)。
TessBaseAPIstatic const char* Version()「[r]バージョン識別子を静的文字列として返す」メソッドがあります。UILabelしたがって、それをログに記録するか、ビアなどに入れる[NSString stringWithFormat:@"%s", yourTesseractInstance->Version()]か、他の方法で出力する必要があります。
TessBaseAPI
static const char* Version()
UILabel
[NSString stringWithFormat:@"%s", yourTesseractInstance->Version()]