Skip to content

Commit 57dda49

Browse files
Add visual testing and text recognition library (#219)
1 parent 38347ca commit 57dda49

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/App.vue

+7
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,13 @@ export default {
613613
text:
614614
'Library for interacting over <a href="https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol" target="_blank">Trivial File Transfer Portocol</a>.'
615615
},
616+
{
617+
title: 'WatchUI',
618+
href:
619+
'https://github.com/Tesena-smart-testing/WatchUI',
620+
text:
621+
'Visual testing library for visual difference testing as well as image content testing (including PDF documents). Runs on Selenium to generate screenshots, uses PyMuPDF to process PDFs and Tesseract OCR to recognize text.'
622+
},
616623
{
617624
title: 'WhiteLibrary',
618625
href:

0 commit comments

Comments
 (0)