* Simplify code for osdetect by @stweil in #4436 * Fix and improve configuration for cmake builds by @stweil in #4437 * Modernize some for loops and fix some signed/unsigned issues by @stweil in #4438 * Cmake optimization with warp2 by @zdenop in #4452 * Update checkout action by @rettinghaus in #4461 * chore: fix cyrillic typo by @0xflotus in #4462 * Move version info. to appropriate ALTO element by @david-russo in #4464 * CI: Remove unneeded export statements from cmake workflow for macOS by @stweil in #4467 * Bump actions/checkout from 5 to 6 by @dependabot[bot] in #4485 * Bump github/codeql-action from 2 to 4 by @dependabot[bot] in #4488 * Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #4487 * Bump mikepenz/action-junit-report from 4 to 6 by @dependabot[bot] in #4486 * Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #4494 * Fix linear congruential random number generator by @stweil in #4357 * Make list classes templated by @egorpugin in #4356 * add cli -c parameter(s) to init vectors by @zdenop in #4363 * handle colormaps correctly by @zdenop in #4369 * use constexpr for kDawgMagicNumber by @zdenop in #4378 * Extend elf_aux_info() support for RISC-V on FreeBSD and OpenBSD by @brad0 in #4376 * Fix building elf_aux_info() support on OpenBSD/arm by @brad0 in #4383 * Fix invalid empty interval in punct_stripped() for all-punctuation words by @EnodoGH in #4404 * Fix function addAvailableLanguages (issue #4416) by @stweil in #4417 * Avoid error in pixSauvolaBinarizeTiled (issue #4390) by @stweil in #4418 * Fix duplicated IDs in ALTO XML when multiple pages are present by @jankal in #4386 * Remove unused include statements for tprintf.h by @stweil in #4419 * Use links to the git history and online release notes instead of local ChangeLog by @stweil in #4423 OBS-URL: https://build.opensuse.org/package/show/Publishing/tesseract-ocr?expand=0&rev=52
491 lines
21 KiB
Plaintext
491 lines
21 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jan 7 08:22:14 UTC 2026 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- Update to version 5.5.2:
|
|
* Simplify code for osdetect by @stweil in #4436
|
|
* Fix and improve configuration for cmake builds by @stweil in #4437
|
|
* Modernize some for loops and fix some signed/unsigned issues by @stweil in #4438
|
|
* Cmake optimization with warp2 by @zdenop in #4452
|
|
* Update checkout action by @rettinghaus in #4461
|
|
* chore: fix cyrillic typo by @0xflotus in #4462
|
|
* Move version info. to appropriate ALTO element by @david-russo in #4464
|
|
* CI: Remove unneeded export statements from cmake workflow for macOS by @stweil in #4467
|
|
* Bump actions/checkout from 5 to 6 by @dependabot[bot] in #4485
|
|
* Bump github/codeql-action from 2 to 4 by @dependabot[bot] in #4488
|
|
* Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #4487
|
|
* Bump mikepenz/action-junit-report from 4 to 6 by @dependabot[bot] in #4486
|
|
* Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #4494
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 9 07:51:52 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- Update to version 5.5.1:
|
|
* Fix linear congruential random number generator by @stweil in #4357
|
|
* Make list classes templated by @egorpugin in #4356
|
|
* add cli -c parameter(s) to init vectors by @zdenop in #4363
|
|
* handle colormaps correctly by @zdenop in #4369
|
|
* use constexpr for kDawgMagicNumber by @zdenop in #4378
|
|
* Extend elf_aux_info() support for RISC-V on FreeBSD and OpenBSD by @brad0 in #4376
|
|
* Fix building elf_aux_info() support on OpenBSD/arm by @brad0 in #4383
|
|
* Fix invalid empty interval in punct_stripped() for all-punctuation words by @EnodoGH in #4404
|
|
* Fix function addAvailableLanguages (issue #4416) by @stweil in #4417
|
|
* Avoid error in pixSauvolaBinarizeTiled (issue #4390) by @stweil in #4418
|
|
* Fix duplicated IDs in ALTO XML when multiple pages are present by @jankal in #4386
|
|
* Remove unused include statements for tprintf.h by @stweil in #4419
|
|
* Use links to the git history and online release notes instead of local ChangeLog by @stweil in #4423
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 25 10:47:06 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- Update versioned dependencies and add missing buildrequirements
|
|
- Bump Leap version of gcc
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 25 06:36:09 UTC 2024 - ecsos <ecsos@opensuse.org>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 2 17:03:59 UTC 2024 - ecsos <ecsos@opensuse.org>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 7 10:57:13 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 7 09:17:16 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- Disable opencl support due to boo#1213370:x
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 19 11:25:23 UTC 2024 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Update to 5.3.4
|
|
- Fixes for autoconf, clang and sw builds
|
|
- Send output of combine_tessdata -d to stdout instead of stderr.
|
|
Fixes #4149 in #4150
|
|
- Move bail_out function before libtoolize check in #4151
|
|
- Improve OCR for an image URL
|
|
- Fail on curl download errors
|
|
- Add new parameter curl_cookiefile for curl_easy_setopt in #4156
|
|
- Set User-Agent: header field in HTTP request for curl downloads
|
|
- Force TCP v4 for socket to ScrollView server. Fixes #3000 in #4162
|
|
- Fix some compiler warnings and avoid unnecessary conversions
|
|
from std::string to char pointer in #4174
|
|
- Fix a tiny typo in publictypes.h in #4178
|
|
- Fixes for autoconf, clang and sw builds
|
|
- Other small improvements for code and documentation.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 15 08:54:51 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Update to 5.3.3
|
|
- Disable -mfpu=neon for aarch64 in #4098
|
|
- Fix build without git clone in cloned directory in #4099
|
|
- Fix some issues which were reported by Coverity Scan in #4097
|
|
- Update ScrollView.java in #4103
|
|
- Fix some code comments in #4113
|
|
- Optimize function ImageFind::FindImages in #4114
|
|
- Rename BibTex file to please GitHub in #4115
|
|
- Fix Broken URLs in citations.bib in #4118
|
|
- initDSProfile: correct std::vector usage in #4124
|
|
- Fix typo in stepblob.h in #4133
|
|
- Fix regression in layout detection since 5.0.0 (fixes issue #4014) in #4136
|
|
- Update ScrollView.java in #4104
|
|
- Fix loading of sublangs (regression) in #4141
|
|
- Update to 5.3.2
|
|
- fix: Fix snap package building in #4043
|
|
- Support for Sgaw and W Pwo Karen languages in the Myanmar validator. in #4065
|
|
- Replace bool array by more compact vector in #4067
|
|
- Replace deprecated sprintf in #4068
|
|
- Improve format of logging from lstmtraining in #4066
|
|
- Clean code in #4071
|
|
- Abort with error message if OSD is requested with LSTM-only model in #4073
|
|
- Fix typos in #4096
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 8 15:10:09 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- update to 5.3.1
|
|
- revert back to autoconf build as upstrem doesn't support CMAKE
|
|
outside windows
|
|
* Bugfixes for special case scenarios
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 8 10:11:30 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- Build AVX2 enabled hwcaps library for x86_64-v3
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 26 22:09:01 UTC 2023 - malcolmlewis@opensuse.org
|
|
|
|
- Define TESSDATA_PREFIX during build to point at /usr/share
|
|
(since it's the prefix) rather than package name, tessdata
|
|
suffix is automatically added.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 5 09:00:32 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- Move unversioned libraries to main package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 02 16:13:51 UTC 2023 - Markus Ebner <info@ebner-markus.de>
|
|
|
|
- Update to version 5.3.0:
|
|
* Fix memory issues in ScrollView::MessageReceiver
|
|
* autotools: Add rule for svpaint executable
|
|
* Replace call of exit function by return statement in main function
|
|
* Fix the build on CodeQL/Analyze by @arseniy-sonar in #3888
|
|
* CI: Remove Ubuntu 18.04
|
|
* configure.ac: fix build on aarch64_be
|
|
* SW CI: Add paths filter
|
|
* Create .mailmap
|
|
* Fix tesseract.pc from cmake to match autotools
|
|
* Update README.md
|
|
* Fixed 2 errors
|
|
* fix issue #3940 - remove colormap before thresholding
|
|
* Update upload-artifact action
|
|
* Update checkout action to version 3
|
|
* Fix Markdownlint
|
|
* Fix broken links in CONTRIBUTING.md
|
|
* pdfrenderer.cpp: Ignore non-text blocks
|
|
* lstm.train: allow .box from .raw.png too
|
|
* Fix a number of performance issues (reported by Coverity Scan)
|
|
* Fix training tools for legacy engine (issue #3925)
|
|
* Fix function tesseract::WriteFeature (issue #3925)
|
|
* Modernize function ObjectCache::DeleteUnusedObjects (fix issue with s…
|
|
* More fixes for issue #3925
|
|
- Fixed packaging to include missing shared libs:
|
|
* libcommon_training.so
|
|
* libunicharset_training.so
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 16 11:29:04 UTC 2022 - Markus Ebner <info@ebner-markus.de>
|
|
|
|
- Switched to new CMake buildsystem
|
|
- Update to version 5.2.0:
|
|
* Improvements and fixes for continuous integration, autoconf and cmake builds
|
|
* Set /Os for some 32 bit MS compilers
|
|
* Improve comments and other documentation
|
|
* Add initial support for Intel AVX512F
|
|
* Fix for very large PDF files on 32 bit hosts
|
|
* Fix NEON detection on FreeBSD
|
|
* Fix regression with UZN files
|
|
* Fix calling delete[] for memory allocated by malloc in C API
|
|
* Add an API function to init tesseract with traineddata from memory
|
|
* Replace direct access to Leptonica internal data structures by function calls and
|
|
support latest releases of Leptonica.
|
|
* Replace std::regex by std::string functions.
|
|
* Use compiled-in TESSDATA_PREFIX also on Windows
|
|
* Add new parameter 'invert_threshold', change the default threshold from 0.5 to 0.7
|
|
and mark parameter 'tessedit_do_invert' as deprecated
|
|
|
|
- Update to version 5.1.0:
|
|
* Handle image and line regions in output formats ALTO, hOCR and text.
|
|
* New parameter curl_timeout for curl_easy_setop.
|
|
* Build fixes and improvements.
|
|
* Catch nullptr in PageIterator::Orientation to improve robustness.
|
|
* Remove unused code.
|
|
|
|
- Update to version 5.0.1:
|
|
* Add SPDX-License-Identifier to public include files.
|
|
* Support redirections when running OCR on a URL.
|
|
* Lots of fixes and improvements for cmake builds.
|
|
* Distributions should use the autoconf build.
|
|
* Fix broken msys2 build with gcc 11.
|
|
* Fix parameter certainty_scale (was duplicated).
|
|
* Fix some compiler warnings and clean code.
|
|
* Correctly detect amd64 and i386 on FreeBSD.
|
|
* Add libarchive and libcurl in continuous integration actions.
|
|
* Update submodule googletest to release v1.11.0.
|
|
|
|
- Update to version 5.0.0:
|
|
* Enable fast float32 LSTM by default
|
|
* Switch to NFC normalisation everywhere
|
|
* Remove banner message
|
|
* Disable music staff detection and removal
|
|
* Add new command line option --loglevel
|
|
* Fix regression for OCR with more than one model file
|
|
* Optimizations
|
|
* Improve training messages
|
|
* Add RowAttributes getter to PageIterator
|
|
* Limit BCER to interval [0,1]
|
|
* Improved build process
|
|
* Cleaned code
|
|
|
|
- Update to version 4.1.3:
|
|
* Fix broken autoconf build
|
|
|
|
- Update to version 4.1.2:
|
|
* Allow line images with larger width for training
|
|
* Bugfixes
|
|
* Build updates and fixes
|
|
|
|
- Removed tesseract-ocr-no-cpudetection.patch
|
|
Obsolete with the use of CMake build system instead of Makefiles
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 26 20:33:55 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
- Add tesseract-ocr-no-cpudetection.patch
|
|
to avoid crashing on older CPUs
|
|
and to make package build reproducible (boo#1159231)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 3 10:38:08 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Require libarchive in the devel package
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 27 08:59:17 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
- Update to version 4.1.1
|
|
* Bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 13 09:03:19 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- Packaging Cleanups
|
|
- Update dependencies and enable openCL
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 13 03:01:02 UTC 2019 - hiwatari.seiji@gmail.com
|
|
|
|
- Update to 4.1.0
|
|
* Added a new output option formatted in the ALTO standard
|
|
* SIMD optimization
|
|
* Bugfixes
|
|
- Update to 4.0.0
|
|
* New OCR engine based on LSTMs
|
|
* Removed Cube OCR engine
|
|
* Updated build system
|
|
* Cleanups and fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 20 13:38:34 UTC 2018 - jweberhofer@weberhofer.at
|
|
|
|
- Update to 3.05.01
|
|
* Fixed several build issues
|
|
* Fixed C-API
|
|
* Backport pdfrenderer changes
|
|
* Code clean up
|
|
- Spec file cleaned up
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 17 14:39:58 UTC 2017 - idonmez@suse.com
|
|
|
|
- Update to 3.05.00
|
|
* Made some fine tuning to the hOCR output.
|
|
* Added TSV as another optional output format.
|
|
* Fixed ABI break introduced in 3.04.00 with the AnalyseLayout()
|
|
method.
|
|
* text2image tool - Enable all OpenType ligatures available in
|
|
a font. This feature requires Pango 1.38 or newer.
|
|
* Training tools - Replaced asserts with tprintf() and exit(1).
|
|
* Improved multipage tiff processing.
|
|
* Improved the embedded pdf font (pdf.ttf).
|
|
* Enable selection of OCR engine mode from command line.
|
|
* Changed tesseract command line parameter '-psm' to '--psm'.
|
|
* Added new C API for orientation and script detection, removed
|
|
the old one.
|
|
* Fixed many compiler warning.
|
|
* Fixed memory and resource leaks.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 19 11:44:19 UTC 2016 - idonmez@suse.com
|
|
|
|
- Update to 3.04.01
|
|
* No changelog upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 2 21:46:07 UTC 2015 - asterios.dramis@gmail.com
|
|
|
|
- Update to version 3.04.00:
|
|
* Added OpenCL support (experimental).
|
|
* Many bug fixes.
|
|
From version 3.03.00:
|
|
* Added new training tool text2image to generate box/tif file
|
|
pairs from text and truetype fonts.
|
|
* Added support for PDF output with searchable text.
|
|
* Removed entire IMAGE class and all code in image directory.
|
|
* Tesseract executable: support for output to stdout; limited
|
|
support for one page images from stdin (especially on Windows)
|
|
* Added Renderer to API to allow document-level processing and
|
|
output of document formats, like hOCR, PDF.
|
|
* Major refactor of word-level recognition, beam search,
|
|
eliminating dead code.
|
|
* Refactored classifier to make it easier to add new ones.
|
|
* Generalized feature extractor to allow feature extraction from
|
|
greyscale.
|
|
* Improved sub/superscript treatment.
|
|
* Improved baseline fit.
|
|
* Added set_unicharset_properties to training tools.
|
|
* Many bug fixes.
|
|
* More training source data included.
|
|
- Added new build requirements cairo-devel, doxygen, libicu-devel
|
|
and pango-devel.
|
|
- Recommend tesseract-ocr-traineddata-english instead of
|
|
tesseract-ocr-traineddata-american (based on new (3.04.00)
|
|
tesseract-ocr traineddata files).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 14 18:22:13 UTC 2015 - asterios.dramis@gmail.com
|
|
|
|
- Fix Recommends: entry to tesseract-ocr-traineddata-american.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 20 10:27:29 UTC 2015 - mailaender@opensuse.org
|
|
|
|
- rename to match upstream tarball and fix boo#900303
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 22 20:00:58 UTC 2013 - asterios.dramis@gmail.com
|
|
|
|
- Split library into separate package (libtesseract3).
|
|
- Removed debuginfo package (not needed).
|
|
- There is no need anymore to regenerate the build system (removed automake and
|
|
libtool build requirements).
|
|
- Added pkg-config build requirement (fix for rpmlint error
|
|
"no-pkg-config-provides"). Removed also not needed
|
|
"Provides: pkgconfig(%{name})" entry.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 6 11:33:54 UTC 2013 - idonmez@suse.com
|
|
|
|
- Update license, some files are GPL-2.0+ licensed
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 29 11:36:22 UTC 2012 - jw@suse.com
|
|
|
|
- Update to version 3.02.02
|
|
* untested
|
|
- Notable features:
|
|
* Hebrew with BiDi support.
|
|
* More languages.
|
|
- removed upstreamed patch0
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 25 18:35:52 UTC 2012 - asterios.dramis@gmail.com
|
|
|
|
- Update to version 3.01:
|
|
* Removed old/dead serialise/deserialze methods on *LISTIZED classes.
|
|
* Total rewrite of DENORM to better encapsulate operation and make
|
|
for potential to extract features from images.
|
|
* Thread-safety! Moved all critical globals and statics to
|
|
members of the appropriate class. Tesseract is now
|
|
thread-safe (multiple instances can be used in parallel
|
|
in multiple threads.) with the minor exception that some
|
|
control parameters are still global and affect all threads.
|
|
* Added Cube, a new recognizer for Arabic. Cube can also be
|
|
used in combination with normal Tesseract for other languages
|
|
with an improvement in accuracy at the cost of (much) lower speed.
|
|
There is no training module for Cube yet.
|
|
* OcrEngineMode in Init replaces AccuracyVSpeed to control cube.
|
|
* Greatly improved segmentation search with consequent accuracy and
|
|
speed improvements, especially for Chinese.
|
|
* Added PageIterator and ResultIterator as cleaner ways to get the
|
|
full results out of Tesseract, that are not currently provided
|
|
by any of the TessBaseAPI::Get* methods.
|
|
All other methods, such as the ETEXT_STRUCT in particular are
|
|
deprecated and will be deleted in the future.
|
|
* ApplyBoxes totally rewritten to make training easier.
|
|
It can now cope with touching/overlapping training characters,
|
|
and a new boxfile format allows word boxes instead of character
|
|
boxes, BUT to use that you have to have already boostrapped the
|
|
language with character boxes. "Cyclic dependency" on traineddata.
|
|
* Auto orientation and script detection added to page layout analysis.
|
|
* Deleted *lots* of dead code.
|
|
* Fixxht module replaced with scalable data-driven module.
|
|
* Output font characteristics accuracy improved.
|
|
* Removed the double conversion at each classification.
|
|
* Upgraded oldest structs to be classes and deprecated PBLOB.
|
|
* Removed non-deterministic baseline fit.
|
|
* Added fixed length dawgs for Chinese.
|
|
* Handling of vertical text improved.
|
|
* Handling of leader dots improved.
|
|
* Table detection greatly improved.
|
|
- Removed the various languages traineddata subpackages (to be included in a
|
|
separate package "tesseract-traineddata").
|
|
- Changed License to Apache-2.0 (SPDX style).
|
|
- Removed libtiff-devel build dependency (not needed anymore).
|
|
- Added new build dependency liblept-devel, required now by the package.
|
|
- Added automake and libtool build dependencies in order to regenerate the
|
|
build system because of missing Makefile.in.
|
|
- Removed tesseract-traineddata-deu from recommended entries.
|
|
- Removed nonvoid.patch (fixed upstream).
|
|
- Added a patch (svutil.cpp_fix.patch) to fix compilation due to missing
|
|
includes (taken from upstream).
|
|
- Disabled compilation of static libraries.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 25 08:29:19 UTC 2010 - prusnak@opensuse.org
|
|
|
|
- fixed missing returns in nonvoid functions (nonvoid.patch)
|
|
- added missing post/postun scripts calling ldconfig
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 23 22:20:00 CEST 2010 - michal.smrz@opensuse.cz
|
|
|
|
- update to tesseract-3.00
|
|
- added plenty od new supported languages
|
|
- created tesseract-package-creator.py which will, hopefully, make future
|
|
updates easier
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 10 12:13:04 CEST 2009 - puzel@novell.com
|
|
|
|
- update to tesseract-2.04
|
|
* Integrated bug fixes and patches and misc changes for portability.
|
|
* Integrated a patch to remove some of the "access" macros.
|
|
* Removed dependence on lua from the viewer, speeding it up
|
|
dramatically.
|
|
* Fixed the viewer so it compiles and runs properly!
|
|
|