From 26928caff18726729885a26435fc0d8008464f72 Mon Sep 17 00:00:00 2001 From: Emmanuel Counasse Date: Thu, 17 Aug 2023 21:30:07 +0200 Subject: [PATCH 1/2] Update README.md Try to solve #673 --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bb86ee9b..23a5c96c 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,14 @@ [![CodeFactor](https://www.codefactor.io/repository/github/manuc66/node-hp-scan-to/badge)](https://www.codefactor.io/repository/github/manuc66/node-hp-scan-to) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmanuc66%2Fnode-hp-scan-to.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmanuc66%2Fnode-hp-scan-to?ref=badge_shield) -Little command line program that allow to send scan from device to computer. +The `node-hp-scan-to` is a Node.js application that replicates the functionality of the "Scan to Computer" from HP. For this purpose, the original HP Windows application's interaction with the device has been [reverse engineered](protocol_doc/HP%20Officejet%206500%20E710n-z.md) -Can be run with npx : `npx node-hp-scan-to` or with Docker (see below) - -Developed and tested for the following HP All-in-One Printers: +Its primary purpose is to enable users to scan documents directly from an HP device and seamlessly transfer them to a computer. Unlike the original program, this program is designed to be compatible with Linux (including Docker), and is expected to work on Windows and macOS, making it accessible to a wider range of users and usages. It has been developed and tested with the following HP All-in-One Printers: - HP Officejet 6500A Plus - HP Deskjet 3520 - HP Smart Tank Plus 570 series -The following printer are also working: +Additionally, it has been reported to work on several other HP printer models. - HP Deskjet 3050 All-in-One Printer - J610a - HP Officejet 5230 - HP Officejet 6700 premium @@ -27,9 +25,8 @@ The following printer are also working: - HP OfficeJet Pro 8025e There are good chances it also works on your HP All-in-One Printer. -For this purpose, the original HP Windows application's interaction with the device has been [reverse engineered](protocol_doc/HP%20Officejet%206500%20E710n-z.md). -This project is not endorsed by nor affiliated with HP. +Please note that the node-hp-scan-to project is not endorsed by nor affiliated with HP. The reverse engineering of the original HP Windows application's interaction with the device has been done independently. ## Supported features - ✔️ JPG scan output From 3e9bd1dfd5d850116fc6792f0f3132f80edf4fcd Mon Sep 17 00:00:00 2001 From: Emmanuel Counasse Date: Thu, 17 Aug 2023 21:32:28 +0200 Subject: [PATCH 2/2] Update README.md small fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23a5c96c..f6feba0a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Additionally, it has been reported to work on several other HP printer models. There are good chances it also works on your HP All-in-One Printer. -Please note that the node-hp-scan-to project is not endorsed by nor affiliated with HP. The reverse engineering of the original HP Windows application's interaction with the device has been done independently. +Please note that the `node-hp-scan-to` project is not endorsed by nor affiliated with HP. The reverse engineering of the original HP Windows application's interaction with the device has been done independently. ## Supported features - ✔️ JPG scan output