Skip to content

i-2/i2eye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i2-EYE

A simple webservice that gives out the text from image url.

Supported Formats

  • JPG
  • PNG
  • GIF
  • TIFF

Develop

You could always use the virtual machine to develop. I have added a vagrant file with necessary configuration to help with development.

vagrant up
vagrant ssh

cd /vagrant

# to test
RUST_LOG=debug cargo test -- --nocapture

API

  • /?q=<imagetosearch> - Make a get request with image url as search string.

Example

curl -v http://localhost:8080/?q=https://i.stack.imgur.com/t3qWG.png

LICENSE

MIT

About

Text from image through rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages