Description:
This update for tesseract-ocr fixes the following issues:
Update to 5.5.0
- Fix TARGET_PDB_FILE error for static linking. in #4271
- Make regular usage of CMAKE_INSTALL_LIBDIR and GNUInstallDirs in #4272
- Ignore illegal TESSDATA_PREFIX (not existing filesystem entry, issue #4277) in #4278
- Fix confidence output for the PAGE XML renderer in #4283
- Set hOCR capabilities ocrp_dir and ocrp_lang unconditionally in #4301
- Reduce clock syscalls in #4303
- Calculate row bounding box in single-word mode per #4304 in #4305
- Replace access/_access by std::filesystem::exists in #4307
- Modernize code for list of available models in #4308
- Fix performance and other issues reported by Codacy in #4309
- Remove unnecessary assignment and assertions in #4313
- Update code for tprintf in #4306
- Add C++ stream for log messages and use it in two debug messages in #4314
- cmake: Correctly set the soversion based on SemVer properties in #4319
- Replace deprecated runner macos-12 by macos-latest in GitHub actions in #4326
- Modernize code for renderers and remove filename conversion for Windows in #4330
- Fix some typos and grammer issues in #4337
- Add GitHub action and Makefile target for Windows installer in #4341
- Support symbolic values for --oem and --psm options in #4344
- Replace some tprintf by tesserr stream (fixes Windows compiler warnings) in #4345
- Add RISC-V V support #4346
- Fix and improve Windows installer in #4348
- Remove Tensorflow support in #4350
- Update submodule googletest to release v1.15.2 in #4352
- Update to version 5.4.1:
- Avoid FP overflow in NormEvidenceOf (fixes issue #4257) in #4259
- Update deprecated Node.js 16 GitHub actions in #4262
- Fix code style issues which were reported in #4263
- Fix some issues which were reported in #4266
- Fix more Codacy issues in #4267
- Several build fixes
- Update to version 5.4.0:
* Build fixes, code refactoring and other smaller changes.
* Fix grey result of indexed PNG in pdfrenderer.
* Rename frk -> deu_latf (ISO 639-3, ISO 15924).
* Remove broken Dockerfile.
* Fixes for several issues reported by Coverity Scan.
* Remove unsupported OpenCL code and related API functions (#4220).
* Facilitate vectorization for generic build (#4223).
* Add PAGE XML renderer / export (#4214).
* Support training without lstmf files.
* Improve CCUtil::main_setup (fixes issue #4230 related to Coda).
* Allow for text angle/gradient to be retrieved (#4070).
* Fix setup of datadir on installations with Conda (issue #4230) (#4240)
* Fix FP exception in Wordrec::angle_change (issue #4242) (#4243)
* Small build fixes and code improvements
- Disable opencl support due to boo#1213370