Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
400 views
in Technique[技术] by (71.8m points)

c# - how to copy numbers from camera lenses and put this copy in another app?

my problem that I want to make an app read numbers from camera lenses we return a copy to my app.

like you have a number on piece of paper I want to open my app and it will open camera lenses and read this number by camera lenses and return me a copy of that number to my app

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Optical Character Recognition can be done through Windows Phone using the Microsoft OCR Library for Windows Runtime: http://blogs.windows.com/buildingapps/2014/09/18/microsoft-ocr-library-for-windows-runtime/.

Here's a sample application which demonstrates how to use the library: https://code.msdn.microsoft.com/Uses-the-OCR-Library-to-2a9f5bf4


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...