Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/2] Introducing tesseract OCR engine
@ 2017-03-19  8:07 Gilles Talis
  2017-03-19  8:07 ` [Buildroot] [PATCH v2 1/2] leptonica: new package Gilles Talis
  2017-03-19  8:07 ` [Buildroot] [PATCH v2 2/2] tesseract-ocr: " Gilles Talis
  0 siblings, 2 replies; 10+ messages in thread
From: Gilles Talis @ 2017-03-19  8:07 UTC (permalink / raw)
  To: buildroot

Version 2 of the patch series that introduces tesseract OCR engine, its data
and leptonica, the library it mainly depends on.

Gilles Talis (2):
  leptonica: new package
  tesseract-ocr: new package

 DEVELOPERS                               |  2 +
 package/Config.in                        |  2 +
 package/leptonica/Config.in              |  8 ++++
 package/leptonica/leptonica.hash         |  2 +
 package/leptonica/leptonica.mk           | 64 +++++++++++++++++++++++++++++
 package/tesseract-ocr/Config.in          | 44 ++++++++++++++++++++
 package/tesseract-ocr/tesseract-ocr.hash |  8 ++++
 package/tesseract-ocr/tesseract-ocr.mk   | 69 ++++++++++++++++++++++++++++++++
 8 files changed, 199 insertions(+)
 create mode 100644 package/leptonica/Config.in
 create mode 100644 package/leptonica/leptonica.hash
 create mode 100644 package/leptonica/leptonica.mk
 create mode 100644 package/tesseract-ocr/Config.in
 create mode 100644 package/tesseract-ocr/tesseract-ocr.hash
 create mode 100644 package/tesseract-ocr/tesseract-ocr.mk

-- 
2.5.0

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-03-21  7:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-19  8:07 [Buildroot] [PATCH v2 0/2] Introducing tesseract OCR engine Gilles Talis
2017-03-19  8:07 ` [Buildroot] [PATCH v2 1/2] leptonica: new package Gilles Talis
2017-03-19 13:51   ` Thomas Petazzoni
2017-03-20 15:05   ` Peter Korsgaard
2017-03-21  7:37     ` Gilles Talis
2017-03-19  8:07 ` [Buildroot] [PATCH v2 2/2] tesseract-ocr: " Gilles Talis
2017-03-19 13:54   ` Thomas Petazzoni
2017-03-19 23:00     ` Arnout Vandecappelle
2017-03-19 23:03       ` Thomas Petazzoni
2017-03-20  8:10         ` Gilles Talis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox