Using Tesseract from java

后端 未结 6 867
青春惊慌失措
青春惊慌失措 2020-12-12 14:28

I\'m trying to build a sample application in java that will read an image file and just output the text extracted from the image. I found the Tesseract project which seems p

6条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-12 15:22

    just tried https://github.com/piersy/BasicTesseractExample

    looks like it works, using just one dependency to this:

    
          org.bytedeco.javacpp-presets
          tesseract
          3.03-rc1-0.11
    

    which is here: https://github.com/bytedeco/javacpp-presets/tree/master/tesseract

    cheers corrado

提交回复
热议问题