Skip to content

tesseract 2.0

Compare
Choose a tag to compare
@jeroen jeroen released this 04 Mar 17:02
· 106 commits to master since this release

tesseract 2.0

  • Set tesseract parameters at init so that all parameters types now actually work!
  • New function tesseract_params() lists all supported parameters and their default
  • Added 'config' argument to tesseract() which specifies a file with parameter values
  • Internally validate paremeter names before init to revent tesseract crashes
  • Rewrite the ocr_data() function in C++ to make it much faster
  • Tesseract 4 now gets data from the tessdata_fast repo as recommended upstream
  • Use default resolution of 300dpi when image does not contain resolution info