i need an advice on how to approach this problem. I have some picture data: *.jpg, *.bmp ... and i need to extract the data from it. The data is alphanumeric text. I work in delphi.
Recognizing text from a picture in delphi
11.9k Views Asked by dzibul At
3
There are 3 best solutions below
0
avra
On
Take a look at my answer about NeuroVCL OCR here. There is a lot of useful info and sample Delphi OCR DCU components.
Related Questions in DELPHI
- How to not load all database records in my TListbox in Firemonkey Delphi XE8
- How to catch WM_DEVICECHANGE in a control other than TForm?
- show information with Rolling / moving messages delphi xe7
- What is the different between "Console target" and "GUI target" in DCC32 option?
- How to add new online ressources to RAD Studio help system
- C# and Delphi code have different behaviour when importing unmanaged dll
- Loop through records on a cxgrid and update a field/column
- Delphi 7 - Save to a Specific .INI Files Name
- TImagelist for large images
- how to modify a function so it returns an array of strings
- Checking for internet connection in runtime
- How can I make the main form align correctly after my control height is autosized and then I maximize the form?
- fetch data from web service to dataset in Delphi
- Load candlestick data from file
- Infinite loop in parsing a string using pointer math
Related Questions in OCR
- Tesseract - The specified module could not be found
- Linux OCR of LCD characters
- Calculating equation from image in Java
- Python Tesseract OCR training to a specific list of words
- How correct send encoded base64 image to nodeJS and get response in Java
- OCR serial number CRC, check algorithm
- How to extract a specific text from an image
- Can Tesseract be set to OCR only (no image modification) when producing a PDF?
- OCR on text stamped into metal plate
- Arabic number recognization
- Tesseract Assert failed trainingsampleset.cpp line 622 with mftraining
- Camera Preview and OCR
- Getting the ocrad.js demo to work?
- What is the image type in MNIST dataset?
- Issue reading Bold fonts with Tesseract API / Tess4j
Related Questions in DELPHI-2009
- How to catch WM_DEVICECHANGE in a control other than TForm?
- How can I make the main form align correctly after my control height is autosized and then I maximize the form?
- When I load a new image in a TBitmap I must destroy the existing one first?
- It is required to free the IShellFolder interface returned by SHGetDesktopFolder ? and how?
- How to make my custom control be notified when his form or application receives and loses focus?
- How to adjust hint properties of a control at runtime?
- How to change HINT font size of my custom control ?
- Why I don't receive messages in my control when I use "message" directive?
- Is FormatDateTime thread safe when using the same copy of TFormatSettings across multiple threads?
- Floating point number conversion horror, is there a way out?
- Detect when user locks/unlocks screen in Windows 7 with Delphi
- Delphi 2009 - Bug? Adding supposedly invalid values to a set
- Easiest way to compose Outlook 2010 mail from Delphi?
- Recognizing text from a picture in delphi
- saving tcp data into a table database
Related Questions in IMAGE-RECOGNITION
- Calculating equation from image in Java
- Shazam for video
- How to recognize the shape of traffic sign?
- What is the image type in MNIST dataset?
- Unexpected Image Display Behavior in Ipython Notebook After Manipulating with Numpy
- Quickly recognize different scanned forms with OpenCV and find homography transformation
- Tesseract: Recognition simple numbers in C#
- Extracting total price from a shopping bill
- Tesseract - How to extract text from the image for the input coordinates?
- Detecting a baby's face using OpenCV
- Training model to recognize one specific object (or scene)
- iOs Image Recognition, Categorizing and matching pattern
- How to make unrecognized faces in opencv2 be labeled "unknown"?
- Running a TensorFlow Image Recognition API to search for an object
- FindFailed with error message implying find success in SikuliX?
Related Questions in TEXT-RECOGNITION
- Tesseract - How to extract text from the image for the input coordinates?
- How can I implement text recognition on an iOS app?
- transform short word to original word
- How to scroll to a particular co-ordinate in Test Complete
- Stop detecting letters in Apple Vision, iOS, Swift
- I'd like to recognize the text of all pdfs on my computer and save them without moving them from their locations. Is it possible?
- OCR, tesseract.js: How do I match values to labels?
- Is there any iphone Class that converts images to text format?
- Recognizing text from a picture in delphi
- Which library to use to extract text from images?
- How do I select text from a scanned photo?
- Firebase ML Kit (Text_detection) - getConfident() return NULL
- Ml Kit text recognition not downloading model in Android
- How to grab subtitle from screenshot with PHP?
- Mathematica's TextRecognize not up to par
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You will have to head for a OCR (Optical Character Recognition) library. This is a pretty complex procedure, I believe you wouldn't be asking this question if you knew any way to implement this by yourself.
A quick Google yielded this result, maybe it's of help for you: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1623&lngWId=7