Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/MulongXie/UIED
Browse files Browse the repository at this point in the history
  • Loading branch information
MulongXie committed Aug 5, 2021
2 parents 8a52b39 + 41bbb42 commit 6b644ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright [2021] [UIED [email protected]]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ UIED comprises two parts to detect UI text and graphic elements, such as button,

* For graphical elements, it uses old-fashioned CV approaches to locate the elements and a CNN classifier to achieve classification.

> UIED is highly customizable, you can replace both parts by your choice (e.g. other text detection approaches). Unlike black-box end-to-end deep learning approach, you can revise the algorithms in the non-text detection and merging (partially or entirely) easily to fit your task.
![UIED Approach](https://github.com/MulongXie/UIED/blob/master/data/demo/approach.png)

## How to use?
Expand All @@ -40,7 +42,7 @@ UIED comprises two parts to detect UI text and graphic elements, such as button,

The new version of UIED equipped with Google OCR is easy to deploy and no pre-trained model is needed. Simply donwload the repo along with the dependencies.

> Please replace the Google OCR key at `detect_text/ocr.py line 28` with your own (apply in https://cloud.google.com/vision)
> Please replace the Google OCR key at `detect_text/ocr.py line 28` with your own (apply in [Google website](https://cloud.google.com/vision)).
### Usage
To test your own image(s):
Expand Down

0 comments on commit 6b644ad

Please sign in to comment.