Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calvin-l/ui-parser
Parses hand-drawn sketches into full-blown layout code
https://github.com/calvin-l/ui-parser
Last synced: 21 days ago
JSON representation
Parses hand-drawn sketches into full-blown layout code
- Host: GitHub
- URL: https://github.com/calvin-l/ui-parser
- Owner: Calvin-L
- Created: 2015-06-03T23:55:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-26T21:56:03.000Z (over 8 years ago)
- Last Synced: 2024-04-23T02:10:48.344Z (7 months ago)
- Language: C++
- Size: 1.65 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User interface parser
## Compile from source
You will need the following:
- opencv (>= 2.4.11)
- tesseract (>= 3.04.01)
- leptonica (>= 1.72)
- pkg-config (with package files for the aforementioned libraries)
- a C++11 capable compilerIf you are building on a non-OSX machine, you may need to adjust the `CXXFLAGS`
and `LDFLAGS` macros in the Makefile.To build:
$ make
## Running
Examples live in the "examples" folder. You can build HTML files for them using
$ make test
or manually using
$ ./parse-layout