I have a series of pictures from some old documents which I want to digitize them and convert them to excel file or other things like this.what is the best way to do this?
Old dataset image to excel file
83 Views Asked by Ali Madani At
1
There are 1 best solutions below
Related Questions in DATASET
- Is there a data format lighter than json?
- How to remove datatable from dataset?
- fetch data from web service to dataset in Delphi
- Find All Rows in DataTable Where Column Value is NOT Unique Using Linq Query
- Binding DataGirdComboBoxColumn to DataSet doesn't work
- Visual Studio Professional 2012 says dataset is not a member of my form
- Fastest way to query SQL Server CE database file in Windows Mobile 6.5?
- to_char(Column_name) what would be the column name in dataset
- A column named 'Prize' already belongs to this DataTable
- InvalidCastException when trying to make a list from xml file
- changing the order of records in dataset
- pybrain datasets insert tuple
- c# Tableadapter fails to update through odbc
- how to find out if a specific table exists in a dataset
- .Dat file to dataset
Related Questions in DOCUMENT
- remove the share option from the document interaction controller
- Making JQuery function Plain JS
- javascript click button after be shure that page has completely loaded
- How to Print Background Image Properly in Word 2003?
- MongoCollection.updateOne usage for 3.x in java
- ItemAdded not firing on document library
- Javascript/JQuery function not working on first page load. Then works on refresh
- Team site with document library
- print a print document appear different from print document preview c#
- Detecting backspace key press
- Force angular.element .on 'change' to call specified function on the same file
- cosine similarity measure c#
- CRM 2013 on premise: Create sharepoint document location only when user selects on documents button at the record
- Open a local pdf file from Delphi Firemonkey Code for Android App
- How to store documents encrypted
Related Questions in DIGITIZATION
- Number of sensors and number of pixels
- Which is the most suitable way to build a graph digitizer?
- Optical recognition of text and analysis of its structure (title, subtitle, text body)
- Digitize map using .png image and draw a circle with known lat./long. as center by inputing radius value in python
- Is there any way to use np.digitize when I want to define the number of bins?
- Generating md5 checksum using Windows Certutil program
- Is there a way to automatically recognize the position of a line chart in a photo and to digitize it?
- How do I get the Engauge digitizer to keep the points in the order digitized?
- How to map the points of the graph from the coordinates on the image to the actual coordinates?
- Old dataset image to excel file
- Digitizing value to "floor" bin python
- Is there a way to create bins in python instead of listing all the bin numbers (as seen in code below), and maybe without having to use np.digitize?
- Why are my lines getting automatically simplified in ArcGIS Pro?
- Using ffmpeg on Ubuntu, how can the audio and video from an audio-video USB capture device be recorded?
- Detecting the locations of circles and crosses in an image
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?
Depending on the pictures you are using, you might want to consider looking into a toolkit that supports both scanning in images and OCRing them such as the LEADTOOLS Document SDK, which has TWAIN and WIA scanning features for scanning in the document images as well as OCR features can be used to convert images into document formats. As I work with the vendor of this toolkit, I can suggest a number of approaches to improve OCR recognition of the text in your images, if this is indeed something that is suitable for you.
But without knowing more details, it is difficult to give a precise answer for what you need. You should provide more information when posting a question like this. For example, describing the input pictures in more details, giving examples on what exactly they are and how do you expect to handle them, as well as elaborating on the outline of the final Excel output you are seeking.