Questions tagged [digitization]

Digitization is the process of converting information into a digital format.

Digitization is crucial for data processing, storage and transmission because it "allows information of all kinds in all formats to perform with the same efficiency and also intermingled."

The term digitization is often used when diverse forms of information, such as text, sound, image or voice, are converted into a single binary code. Digital information exists as one of two digits, either 0 or 1

19 questions
0
votes
1 answer

Optical recognition of text and analysis of its structure (title, subtitle, text body)

We wish to analyze scans of documents with text (non-handwritten) and images with very broad range of arrangements/structures in different languages. The first problem we try to solve, is extracting text and identifying and separating titles,…
Tiaro
  • 28
  • 6
0
votes
1 answer

Old dataset image to excel file

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?
0
votes
2 answers

Digitizing value to "floor" bin python

I need to digitize some values such that the index returned is the "floor" or "ceiling" bin. E.g., for bins = numpy.array([0.0, 0.5, 1.0, 1.5, 2.0]) and a value 0.2 I expect the index to be 0, for a value 0.26 the index returned should be 1, and so…
okkhoy
  • 1,298
  • 3
  • 16
  • 29
0
votes
2 answers

Number of sensors and number of pixels

One question about the sampling process when converting an analog image to digital. I understand about megapixels and stuff, and how the megapixel myth has served the digital camera industry well. And I already understand that a bigger sensor is…
Alfian
  • 147
  • 1
  • 1
  • 9
1
2