Difference between revisions of "Character Recognition"
Line 12: | Line 12: | ||
** Tools: | ** Tools: | ||
*** [https://github.com/python-pillow/Pillow Pillow] file format support, an efficient internal representation, and fairly powerful image processing capabilities | *** [https://github.com/python-pillow/Pillow Pillow] file format support, an efficient internal representation, and fairly powerful image processing capabilities | ||
+ | |||
+ | ** Datasets/Networks: | ||
+ | *** [http://en.wikipedia.org/wiki/ImageNet ImageNet | Wikipedia] | ||
+ | *** [http://wordnet.princeton.edu/ WordNet] | ||
+ | *** [[ResNet-50]] | ||
+ | *** [http://www.robots.ox.ac.uk/~vgg/data/vgg_face/ VGG | Oxford] | ||
* [http://www.mediadistillery.com/technology/ Media Distillery] understanding video to engage customers | * [http://www.mediadistillery.com/technology/ Media Distillery] understanding video to engage customers | ||
− | |||
− | |||
* [http://cloud.google.com/vision/docs/ocr Detect text in images | Google] - Optical Character Recognition (OCR) | * [http://cloud.google.com/vision/docs/ocr Detect text in images | Google] - Optical Character Recognition (OCR) | ||
** [http://opensource.google.com/projects/tesseract Tesseract OCR | Google] | ** [http://opensource.google.com/projects/tesseract Tesseract OCR | Google] |
Revision as of 12:07, 29 June 2019
YouTube search... ...Google search
- Capabilities
- Multilingual Optical Character Recognition (OCR) in Unconstrained Image and Video | David Etter
- Tools:
- Pillow file format support, an efficient internal representation, and fairly powerful image processing capabilities
- Tools:
- Datasets/Networks:
- Media Distillery understanding video to engage customers
- Detect text in images | Google - Optical Character Recognition (OCR)
- Amazon Textract service that automatically extracts text and data from scanned documents
- Recommends ingredients and recipes based on a photo of food
- A gentle introduction to OCR | Gidi Shperber - Toward Data Science