Using Tesseract from java

后端 未结 6 860
青春惊慌失措
青春惊慌失措 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:16

    I've forked the Basic Git Repo and updated it so that it can be compatible with Tesseract-ocr version (4.x.x) and bytedeco javacpp-presets version (1.4.3).

    BasicTesseractExampleVer4

提交回复
热议问题