KevM / tikaondotnet

Use the Java Tika text extraction library on the .NET platform
http://kevm.github.io/tikaondotnet/
Apache License 2.0
195 stars 73 forks source link

I want to exract text in a bmp or image file #132

Closed Orucb closed 5 years ago

Orucb commented 5 years ago

I want to extract text in bmp ,imaga ,jpeg file.

But ,I got empty result.

How can I exract text in image files using tika?

elifkeremoruc@icloud.com

KevM commented 5 years ago

Tika is for extracting text not images. If you wish to extract text from images check out this Issue where someone uses Tesseract to accomplish this. https://github.com/KevM/tikaondotnet/issues/62