opencv_contrib icon indicating copy to clipboard operation
opencv_contrib copied to clipboard

Add more information to build and implement text module to README.md

Open JieunKim4578 opened this issue 5 years ago • 1 comments

  • add sudo ldconfig and tesseract -v to make sure that tesseract is built successfully

  • Fix unused url to download eng.traineddata from tessdata 3.04

Related issue #2435

This pullrequest changes

  1. add sudo ldconfig tessract -v

  2. Fix unused url to download eng.traineddata correctly

JieunKim4578 avatar Feb 23 '20 06:02 JieunKim4578

Thank you for contribution!

Tesseract installation instruction (Linux, Mac) The instructions below are for those who wants to build tesseract from source.

I would prefer to remove them completely:

  • There is no problem to install tesseract from system package managers (including recognition data)
  • These instructions of external project are not tested and become outdated too quickly.
  • It is better to refer on documentation of tesseract project for actual build instructions from source.

alalek avatar Feb 26 '20 11:02 alalek