Re: [PATCH 4/6] tests/acceptance: Introduce tesseract_ocr() helper

2020-10-25 Thread Thomas Huth
On 24/10/2020 19.40, Philippe Mathieu-Daudé wrote: > On 10/24/20 9:37 AM, Philippe Mathieu-Daudé wrote: >> On 10/24/20 8:40 AM, Thomas Huth wrote: >>> On 24/10/2020 08.35, Thomas Huth wrote: On 21/10/2020 12.50, Philippe Mathieu-Daudé wrote: > We are going to reuse the tesseract OCR code.

Re: [PATCH 4/6] tests/acceptance: Introduce tesseract_ocr() helper

2020-10-24 Thread Philippe Mathieu-Daudé
On 10/24/20 9:37 AM, Philippe Mathieu-Daudé wrote: On 10/24/20 8:40 AM, Thomas Huth wrote: On 24/10/2020 08.35, Thomas Huth wrote: On 21/10/2020 12.50, Philippe Mathieu-Daudé wrote: We are going to reuse the tesseract OCR code. Create a new tesseract_ocr() helper and use it. Signed-off-by: Ph

Re: [PATCH 4/6] tests/acceptance: Introduce tesseract_ocr() helper

2020-10-24 Thread Philippe Mathieu-Daudé
On 10/24/20 8:40 AM, Thomas Huth wrote: On 24/10/2020 08.35, Thomas Huth wrote: On 21/10/2020 12.50, Philippe Mathieu-Daudé wrote: We are going to reuse the tesseract OCR code. Create a new tesseract_ocr() helper and use it. Signed-off-by: Philippe Mathieu-Daudé --- tests/acceptance/machine

Re: [PATCH 4/6] tests/acceptance: Introduce tesseract_ocr() helper

2020-10-23 Thread Thomas Huth
On 24/10/2020 08.35, Thomas Huth wrote: > On 21/10/2020 12.50, Philippe Mathieu-Daudé wrote: >> We are going to reuse the tesseract OCR code. >> Create a new tesseract_ocr() helper and use it. >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> tests/acceptance/machine_m68k_nextcube.py | 21 +++

Re: [PATCH 4/6] tests/acceptance: Introduce tesseract_ocr() helper

2020-10-23 Thread Thomas Huth
On 21/10/2020 12.50, Philippe Mathieu-Daudé wrote: > We are going to reuse the tesseract OCR code. > Create a new tesseract_ocr() helper and use it. > > Signed-off-by: Philippe Mathieu-Daudé > --- > tests/acceptance/machine_m68k_nextcube.py | 21 + > tests/acceptance/tesserac

[PATCH 4/6] tests/acceptance: Introduce tesseract_ocr() helper

2020-10-21 Thread Philippe Mathieu-Daudé
We are going to reuse the tesseract OCR code. Create a new tesseract_ocr() helper and use it. Signed-off-by: Philippe Mathieu-Daudé --- tests/acceptance/machine_m68k_nextcube.py | 21 + tests/acceptance/tesseract_utils.py | 18 ++ 2 files changed, 23 ins