summaryrefslogtreecommitdiff
path: root/graphics/tesseract
AgeCommit message (Collapse)AuthorFilesLines
2022-11-23massive revision bump after textproc/icu updateadam1-2/+2
2022-04-18revbump for textproc/icu updateadam1-2/+2
2021-12-08revbump for icu and libffiadam1-2/+2
2021-10-26graphics: Replace RMD160 checksums with BLAKE2s checksumsnia1-3/+3
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07graphics: Remove SHA1 hashes for distfilesnia1-3/+1
2021-07-16tesseract: Avoid C++ <version> issue on macOS.jperkin4-5/+22
2021-04-21revbump for textproc/icuadam1-2/+2
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon1-2/+2
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot1-2/+2
2020-06-05*: Apply revbump for graphics/giflib API change.jperkin2-3/+4
2020-06-02Revbump for icuadam1-2/+2
2020-04-12Recursive revision bump after textproc/icu updateadam1-2/+2
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz1-1/+2
2019-12-29tesseract: updated to 4.1.1adam2-7/+7
4.1.1 Release: Implemented sw build (cppan is depreciated) Improved cmake build Code cleanup and optimization A lot of bug fixes...
2019-07-08tesseract: updated to 4.1.0adam5-41/+18
4.1.0 Release Added new renders Alto, LSTMBox, WordStrBox. Added character boxes in hOCR output. Added python training scripts (experimental) as alternative shell scripts. Better support AVX / AVX2 / SSE. Disable OpenMP support by default. Fix for bounding box problem. Implemented support for whitelist/blacklist in LSTM engine. Improved cmake configuration. Code modernization and improvements. A lot of bug fixes...
2019-05-04tesseract: Avoid unportable `=' test(1) operatorleot3-6/+6
PKGREVISION++ (There should be no change, i.e. the test(1) code path seems still never crossed, but bump it for extra paranoia.)
2019-04-03Recursive revbump from textproc/icuryoon1-2/+2
2019-01-16graphics/tesseract: update DESCRgutteridge1-9/+8
The DESCR was about a decade out of date, revise to reflect 4.0.
2018-12-09revbump after updating textproc/icuadam1-2/+2
2018-11-29tesseract: fix manpage formattingadam2-1/+26
2018-11-28tesseract: build depends on asciidocadam1-1/+3
2018-11-18tesseract: use REPLACE_BASH; fix building man-pages; courtesy of Mustafa D. :)adam2-4/+23
2018-11-14Revbump after cairo 1.16.0 update.kleink1-2/+2
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon1-1/+2
2018-11-03tesseract: updated to 4.0.0adam5-106/+52
V4.0.0: New OCR engine - Added a new OCR engine that uses neural network system based on LSTMs, with major accuracy gains. - This includes new training tools for the LSTM OCR engine. A new model can be trained from scratch or by fine tuning an existing model. - Added trained data that includes LSTM models to 123 languages. - Added optional accelerated code paths for the LSTM recognizer: * Using OpenMP * Using SIMD: AVX2 / AVX / SSE4.1 - Added a new parameter lstm_choice_mode that allows to include alternative symbol choices in the hOCR output. - The new LSTM engine still does not support all features from the old legacy engine (see missing features). Other OCR engines - The pattern matching OCR engine that was the primary OCR engine in previous versions is still available in this version. - Removed the 'Cube' OCR engine from the codebase. It was used for Hindi and for Arabic. The New LSTM engine performs much better, thus the Cube engine was no longer needed. Updated build system - Tesseract now uses semantic versioning. - Tesseract now requires Leptonica 1.74.0 or a higher version. - For building Tesseract from source code, a compiler with good C++ 11 support is required. See here for a list of officially supported compilers. - Added unit tests to the main repo. The unit tests require Git submodules and the code for training. - Added an option to compile Tesseract without the code of the legacy OCR engine. - Update minimum required autoconf version to 2.63. - Training tools dependencies - Update minimum required versions: ICU 52.1, Pango 1.22.0. - Reorganized Tesseract's source tree. Most sources are now below the src directory. Bug fixes and enhancements - Fixed many issues that triggered compiler warnings. - Fixed many issues reported by Coverity Scan or LGTM. - Fixes to trainingdata rendering. - Fixed damage to binary images when processing PDFs. - Don't trigger a deliberate segmentation fault for fatal errors in release code. - Fixed some issues in OpenCL code. OpenCL now works for the legacy Tesseract OCR engine, but does not improve the performance. It is not implemented for the LSTM OCR engine. - Improved multi-page TIFF handling. - Improvements to PDF rendering. - Added version information and improved help texts to the training tools. - Added faster version of log2(). - Documented in tesseract man page the option to use an input text file which contains lists of images. - Made 'osd' the default traineddata when psm 0 is requested (currently this feature is only implemented in the command line interface, but not in the API). - Removed tessedit_pageseg_mode 1 from hocr, pdf, and tsv config files. The user should explicitly use --psm 1 if that is desired. - The list of available languages and scripts is now sorted alphabetically. - Parameter unlv_tilde_crunching changed to false, because of default values cause issues in cases of unlv output in Tesseract 4. - Removed obsolete code.
2018-07-20Recursive revbump from textproc/icu-62.1ryoon1-1/+2
2018-06-22tesseract: updated to 3.05.02adam2-10/+7
V3.05.02 * Fixed linking with Leptonica * Fix build for Mingw-w64 * Fix Training error "Couldn't find a matching blob" * Fix unterminated string
2018-06-11graphics/tesseract: Revert update to data version 4.00. Using version 4 data ↵fhajny2-8/+8
with version 3 program is not supported. Fixes https://github.com/joyent/pkgsrc/issues/113.
2018-04-29tesseract: added buildlink3; fixed COMMENT and HOMEPAGEadam2-3/+17
2018-04-16Recursive bump for new fribidi dependency in pango.wiz1-2/+2
2018-04-14revbump after icu updateadam1-2/+2
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2018-01-25tesseract: updated tessdata to 4.00adam3-11/+13
2017-11-30Revbump after textproc/icu updateadam1-2/+2
2017-09-18revbump for requiring ICU 59.xmaya1-1/+2
2017-07-30Switch github HOMEPAGEs to https.wiz1-2/+2
2017-06-14Update graphics/tesseract to 3.05.01.fhajny2-8/+7
- Fixed several build issues - Fixed C-API - Backport pdfrenderer changes - Code clean up
2017-04-22Revbump after icu updateadam1-2/+2
2017-02-28Recursive revbump from graphics/libwebpryoon1-1/+2
2017-02-21Update graphics/tesseract to 3.05.00fhajny5-24/+49
- 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). - Fixed Cygwin compatibility. - 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. - Increased minimum autoconf version to 2.59. - Removed dead code. - Fixed many compiler warning. - Fixed memory and resource leaks. - Fixed some issues with the 'Cube' OCR engine. - Fixed some openCL issues. - Added option to build Tesseract with CMake build system. - Implemented CPPAN support for easy Windows building.
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2016-12-04Recursive revbump from textproc/icu 58.1ryoon1-2/+2
2016-04-11Recursive revbump from textproc/icu 57.1ryoon1-1/+2
2016-04-03Needs pkg-config.joerg1-2/+2
2016-03-30Make sure leptonica is detected properlyfhajny1-1/+3
2016-03-17Update graphics/tesseract to 3.04.01.fhajny3-270/+90
Move to new home at Github. Clean up. 2015-02-17 - V3.04.01 - Added OSD renderer for psm 0. Works for single page and multi-page images. - Improve tesstrain.sh script. - Simplify build and run of ScrollView. - Improved PDF output for OS X Preview utility. - INCOMPATIBLE fix to hOCR line height information - commit 134ebc3. - Added option to build Tesseract without Cube OCR engine (-DNO_CUBE_BUILD). - Enable OpenMP support. - Many bug fixes. 2015-07-11 - V3.04.00 - Tesseract development is now done with Git and hosted at github.com (Previously we used Subversion as a VCS and code.google.com for hosting). - Tesseract now requires leptonica 1.71 or a higher version. - Removed official support for VS 2008. - Added support for 39 additional scripts/languages, including: amh, asm, aze_cyrl, bod, bos, ceb, cym, dzo, fas, gle, guj, hat, iku, jav, kat, kat_old, kaz, khm, kir, kur, lao, lat, mar, mya, nep, ori, pan, pus, san, sin, srp_latn, syr, tgk, tir, uig, urd, uzb, uzb_cyrl, yid - Major updates to training system as a result of extensive testing on 100 languages. - New training data for over 100 languages - Improved performance with PIC compilation option. - Significant change to invisible font system in pdf output to improve correctness and compatibility with external programs, particularly ghostscript. - Improved font identification. - Major change to improve layout analysis for heavily diacritic languages: Thai, Vietnamese, Kannada, Telugu etc. - Fixed problems with shifted baselines so recognition can recover from layout analysis errors. - Major refactor to improve speed on difficult images, especially when running a heap checker. - Moved params from global in page layout to tesseractclass. - Improved single column layout analysis. - Allow ocr output to multiple formats using tesseract command line executable. - Fixed issues with mixed eng+ara scripts. - Improved script consistency in numbers. - Major refactor of control.cpp to enable line recognition. - Added tesstrain.sh - a master training script. - Added ability to text2image training tool to just list available fonts. - Added ability to text2image to underline words. - Improved efficiency of image processing for PDF output. - Added parameter description for each parameter listed with 'print-parameters' command line option. - Added font info to hOCR output. - Enabled streaming input and output of multi-page documents. - Many bug fixes. 2014-02-04 - V3.03(rc1) - 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.
2016-01-06Revbump after updating graphics/libwebpadam1-2/+2
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+63
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.