From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Raffael Stocker Newsgroups: gmane.emacs.devel Subject: [ELPA] New package: scanner Date: Fri, 10 Apr 2020 14:02:19 +0200 Message-ID: <871rov7dmc.fsf@mnet-mail.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="51684"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.2.0; emacs 26.3 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Apr 10 14:03:35 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jMsNj-000DKp-6W for ged-emacs-devel@m.gmane-mx.org; Fri, 10 Apr 2020 14:03:35 +0200 Original-Received: from localhost ([::1]:33458 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMsNi-00006f-8o for ged-emacs-devel@m.gmane-mx.org; Fri, 10 Apr 2020 08:03:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34824) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMsMi-0007bZ-4z for emacs-devel@gnu.org; Fri, 10 Apr 2020 08:02:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jMsMg-0000ea-Nl for emacs-devel@gnu.org; Fri, 10 Apr 2020 08:02:31 -0400 Original-Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:47895) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jMsMg-0000cG-HR for emacs-devel@gnu.org; Fri, 10 Apr 2020 08:02:30 -0400 Original-Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 48zGpn6SMxz1rnJt for ; Fri, 10 Apr 2020 14:02:25 +0200 (CEST) Original-Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 48zGpn6Lczz1r0bZ for ; Fri, 10 Apr 2020 14:02:25 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Original-Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id VuXKjqOexL4r for ; Fri, 10 Apr 2020 14:02:24 +0200 (CEST) X-Auth-Info: w1gxhfWRqFQHh7F3lD43VxtEOIakkiERSyIdjBNnrIahdZN/7d+84PE+k5qQHSQ8 Original-Received: from EmacsBook (ppp-93-104-88-152.dynamic.mnet-online.de [93.104.88.152]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA for ; Fri, 10 Apr 2020 14:02:24 +0200 (CEST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:a60:0:28:0:1:25:1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:246745 Archived-At: Hi, I have made a simple document scanning package that I would like to contribute to ELPA. The source can be found here: https://gitlab.com/rstocker/scanner.git The package uses scanimage (GPLv2) from the SANE backends distribution for scanning and tesseract (Apache License V2.0) for PDF generation and OCR. I have signed the copyright release forms a while ago. Regards, Raffael