handwriting-recognition Questions
1
TL;DR: how can I detect the presence of handwriting in an image?
I'm using Google's Python Vision API to scan for text in images, with generally good results. Most of the time the images contain p...
Jennifferjennilee asked 7/5, 2020 at 8:32
3
Solved
I've built a neural network with keras using the mnist dataset and now I'm trying to use it on photos of actual handwritten digits. Of course I don't expect the results to be perfect but the result...
Thickening asked 30/12, 2019 at 18:27
1
I would like to see if I can scan a sign-in sheet for a class. The good news is I know 90% of the names that might be written.
My idea was to use tessaract to parse an image of names, and then us...
Garganey asked 14/11, 2017 at 21:18
1
Solved
I'm trying to build a handwriting recognition system using python and opencv.
The recognition of the characters is not the problem but the segmentation.
I have successfully :
segmented a word int...
Foredo asked 18/9, 2017 at 15:9
3
I am testing printed digits (0-9) on a Convolutional Neural Network. It is giving 99+ % accuracy on the MNIST Dataset, but when I tried it using fonts installed on computer (Ariel, Calibri, Cambria...
Acute asked 15/7, 2016 at 7:1
2
Is there any good Handwriting recognition API to help develop application on Android Platform? Google has released (around July 2012 http://www.google.com/insidesearch/features/search/handwri...
Baiel asked 25/10, 2012 at 7:7
11
Solved
I looking for some advices about recognition of three handwritten shapes - circles, diamonds and rectangles. I tried diffrent aproaches but they failed so maybe you could point me in another, bette...
Renae asked 27/11, 2013 at 22:37
1
Solved
I need to analyse android handwriting recognition SDK's. Can anybody tell me what SDK's are available on the market. I've found MyScript from VisionObjects, but I cant find any download link ...
Edytheee asked 19/1, 2013 at 14:13
2
The problem is a bit different than traditional handwriting recognition. I have a dataset that are thousands of the following. For one drawn character, I have several sequential (x, y) coordinates ...
Abandoned asked 21/2, 2012 at 22:53
1
© 2022 - 2024 — McMap. All rights reserved.