US5664027A - Methods and apparatus for inferring orientation of lines of text - Google Patents
Methods and apparatus for inferring orientation of lines of text Download PDFInfo
- Publication number
- US5664027A US5664027A US08/368,259 US36825995A US5664027A US 5664027 A US5664027 A US 5664027A US 36825995 A US36825995 A US 36825995A US 5664027 A US5664027 A US 5664027A
- Authority
- US
- United States
- Prior art keywords
- orientation
- entities
- set forth
- edges
- image
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M3/00—Automatic or semi-automatic exchanges
- H04M3/42—Systems providing special services or facilities to subscribers
- H04M3/50—Centralised arrangements for answering calls; Centralised arrangements for recording messages for absent or busy subscribers ; Centralised arrangements for recording messages
- H04M3/53—Centralised arrangements for recording incoming messages, i.e. mailbox systems
- H04M3/5307—Centralised arrangements for recording incoming messages, i.e. mailbox systems for recording messages comprising any combination of audio and non-audio components
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V30/00—Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
- G06V30/10—Character recognition
- G06V30/14—Image acquisition
- G06V30/146—Aligning or centring of the image pick-up or image-field
- G06V30/1463—Orientation detection or correction, e.g. rotation of multiples of 90 degrees
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V30/00—Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
- G06V30/10—Character recognition
Definitions
- the invention relates generally to interpretation of images and specifically to determination of the orientation of lines of text.
- optical character recognition in which images of symbols are automatically translated into binary codes representing the symbols.
- a major problem in optical character recognition is determining the proper orientation of the symbols.
- the problem can occur in three contexts: first, the user of the optical character recognition apparatus (OCR) can fail to properly align a page of text as he places it on the platen of the imaging component of the OCR.
- the OCR may be employed to deal with texts written with their lines in different orientations. For instance, a page of English may be in landscape style, with the lines running in the long direction of the page, or may even have lines written vertically. Some writing systems require vertical lines; in others the lines may be written vertically or horizontally.
- a single page may have components in which the lines are oriented in different directions. In all of these situations, the OCR system cannot begin interpreting the symbols of the text until it has determined the orientation of the lines which contain them.
- the first type of technique requires human intervention if the OCR system is dealing with documents having more than one kind of line orientation; prior-art versions of the second type of technique have not worked well in difficult cases.
- One such difficult case has been documents written with character sets having multiple connected components. Examples of such character sets include Chinese ideograms, the Korean Hangul alphabetic script, or heavily-accented writing systems such as Thai.
- the novel techniques take as their starting point an apparently universal typesetting convention: that symbols are generally closer to other symbols in the line to which they belong than they are to symbols in other lines.
- the techniques make a graph by connecting symbols in an image of a block of text with edges (lines) and then determine the predominant orientation of the shortest edges. Because the symbols in a line are closer to each other than to symbols in other lines, the predominant orientation of the shortest edges will be the same as the orientation of the lines.
- An advantageous mode of obtaining the shortest edges is to construct a Euclidean minimum spanning tree from the graph.
- a Euclidean minimum spanning tree of a graph contains all the nodes (symbols) of the original graph but connects the nodes with the shortest possible set of edges.
- the edges which predominate in the Euclidean minimum spanning tree are the shortest edges.
- FIG. 1 shows a Voronoi diagram for a set of points and a Delaunay triangulation derived from the Voronoi diagram
- FIG. 2 shows an application of the invention to a text written in Chinese ideograms
- FIG. 3 is a flowchart of processing in an OCR employing the invention
- FIG. 4 shows an application of the invention to text in Hangul
- FIG. 5 shows an application of the invention to text in Latin letters
- FIG. 6 shows an application of the invention to text without a predominant orientation
- FIG. 7 shows a confusion table illustrating the performance of the invention.
- FIG. 8 is a block diagram of an image analysis system employing the techniques of the invention.
- FIG. 9 shows how the image analysis system may be employed in an image reading system.
- FIG. 10 shows the data structures used to represent a graph in the preferred embodiment.
- an OCR It is the task of an OCR system to translate images of symbols into digital codes representing the symbols.
- an OCR is able to translate the image "A" into the ASCII code for capital A, 065.
- An OCR system has two main components, one which makes the images, and one which analyzes them.
- the image making component typically makes bit-map images of pages of text; the analysis component then dissects the image of a page into areas of text, the areas of text into lines, the lines into words, and the words into images of what appear to be symbols. Thereupon, it determines what symbol, if any, correspond to the image of the symbol and places the digital code for the symbol at a position in a file which corresponds to the position of the image of the symbol in the document to which the page belongs.
- An important part of the problem of making a language-independent OCR system is determining how the lines of text in the image are oriented. For instance, the OCR system will not work if it cannot detect that the lines of a Chinese text are oriented vertically instead of horizontally. Determining how the lines of text are oriented is important in other contexts as well; an OCR system which can determine the orientation of lines of text can read text printed in landscape mode (with the text lines being oriented along the long dimension of the page) and can correct for skewed placement of a page onto the image producing part of the OCR.
- the solution to the problem of automatic determination of line orientation disclosed herein has as its starting point an apparently universal type setting convention: that characters are printed more tightly within a text line than between text lines. Because of this convention, even a person who knows no Chinese whatever can easily determine that the lines 202 in Chinese text 201 shown in FIG. 2 are oriented vertically. The disclosed solution exploits this convention by examining distance relationships among connected components in the image.
- the technique uses computational geometry algorithms to achieve a worst-case asymptotic runtime of O(n log n), where n is the number of black connected components in the block image.
- FIG. 3 shows the stages of image analyzer 301 in an OCR which employs the technique.
- the technique is applied in block 311, after 8-connected components have been located in the image (305), the image has been corrected for skew (307), and the image has been subdivided into blocks of text 309.
- the skew correction is required for the subdivision of the image into blocks of text; in other embodiments, it may be delayed until after the line orientation has been determined.
- Techniques for locating 8-connected components, correcting for skew, and subdividing an image into blocks of text are well known in the art. See for example H. Baird, "Anatomy of a Versatile Page Reader", Proceedings of the IEEE, Vol. 80, no. 7, pp. 1059-1065, July, 1992. Because the technique is applied at this point, it can be used with images in which the text lines are oriented in different directions in different parts of the image. Text having this characteristic is common in Japanese and Chinese and may also be found in other languages.
- the technique takes as its input a list of the connected components in the block for which the orientation of the text lines is being determined.
- the list element for each connected component contains two items: a bounding box which locates the connected component in the image and the area of the connected component, that is, the number of black pixels in the connected component.
- the only assumption which the technique makes about the connected components is that the characters of the writing system are nominally detached (for example Japanese, Chinese, Korean). It is not necessary that a character of the writing system be comprised of a single glyph or that the symbol be at any particular orientation with regard to the line.
- the technique will work with vertical lines of English text which have upright characters and are meant to be read from top to bottom and with vertical lines of text which are in fact lines of text written in landscape style (i.e., meant to be read horizontally with the page rotated 90° ).
- the intent of the first step is to ignore fragments that are much too large or small to be characters, based on a rough estimate of expected point sizes. This reduces problems caused by small spatially correlated noise such as lines of dirt fragments along page borders and gutters.
- the next step reduces each connected component to a single point in the plane--we use the center of its bounding box.
- These points define vertices in a fully connected undirected graph; the edges of the graph are labeled with the distance between the points connected by the edge. As will be shown, there is no need to actually construct the fully-connected graph.
- the objective is to construct a Euclidean minimum spanning tree from the fully connected graph.
- a spanning tree connects every vertex in the graph, but has fewer edges than the full graph.
- a spanning tree is a Euclidean minimum spanning tree if the edges in the spanning tree are such that the sum of the distances which the edges represent is the minimum possible such sum.
- the EMST tends to connect vertices (i.e. connected components) from within the same textline, with a few edges joining components between textlines.
- Inferring textline orientation is then a matter of finding the dominant orientation of the edges in the EMST.
- the preferred embodiment maintains a coarse histogram of edge orientation from 0° to 180° as edges are added to the tree (Section 4.3). Once the histogram is complete, the preferred embodiment sweeps over the histogram to find the column of the histogram which contains the largest energy. If sufficient energy is contained in a window with its center near 0% it is decided the text is organized into horizontal textlines; likewise, if the window is centered near 90°, vertical textlines are assumed; otherwise, the algorithm returns "uncertain". Note that the technique is tolerant of skew since it is not required that the edges be oriented exactly horizontally or vertically. Indeed, if it can be assumed that the text was intended to be horizontal or vertical, the technique can be used to detect and correct skew.
- the lines in the block can be located (313), their pitch can be estimated (315), the letters in the lines can be located (317), the words in the lines can be located (319), and the letters can be classified to produce the corresponding digital codes (321).
- steps 311-321 are repeated for each block of text.
- Techniques for performing steps 313-321 are well known in the art; in the OCR employing the technique described herein for determining the orientation of the lines in a block of text, all of the steps 315 through 321 will work on both horizontally and vertically oriented lines. Text is maintained in the OCR system according to the logical reading order for the particular language. System output is in this order, regardless of the orientation or reading direction of the original material.
- FIG. 1 4.3 Construction of the Euclidean Minimum Spanning Tree: FIG. 1
- the starting for the efficient construction of the EMST is two structures which are well known in the area of computational geometry.
- the first of these is the Voronoi diagram shown at 101 in FIG. 1.
- the Voronoi diagram for a set of points in a plane is produced by partitioning the plane into regions 105 regions such that for each point p i 103 , there is a region defining the locus of points closer to p i than to any other point.
- the regions are defined by straight-line edges 107.
- a Delaunay triangulation for a set of points is produced from the Voronoi diagram for the set of points by connecting the pairs of points whose regions share an edge.
- the Delaunay triangulation for Voronoi diagram 105 is shown at 107.
- the Delaunay triangulation contains all edges of the EMST and no more than 3n-6 edges altogether (by planarity). This simplifies the problem of finding the EMST of a fully connected graph with (n 2 -n)/2 edges to finding the EMST of the Delaunay triangulation which contains no more than 3n-6 edges.
- Algorithms to compute the Voronoi diagram and Delaunay triangulation have been studied for two decades.
- An asymptotically efficient algorithm described in S. Fortune, "Sweepline Algorithms for Voronoi Diagrams", Algorithmica 2, 1987 uses the sweepline technique and produces the Delaunay triangulation of a set of n points in the plane in time O(n log n). The algorithm is also efficient with respect to storage, requiring only O(n) space.
- FIG. 10 shows the manner in which the Delaunay triangulation of the original graph is represented in the preferred embodiment.
- Triangulation data structure 1001 is made up of endpoint data structures 1003 and edge data structures 1005. There is an endpoint data structure 1003 for each connected component which remains after filtration, and there is an edge data structure 1005 for each edge in the triangulation.
- the endpoint data structures are organized into a linked list and there is a pointer in each endpoint data structure pointing to an edge data structure 1005 for each edge connecting the endpoint to other endpoints.
- the edge data structures themselves are organized into a linked list.
- both endpt data structure 1003(a) and endpt data structure 1003(b) have pointers to edge structure 1005 for the edge connecting the points represented by those endpt data structures.
- FIG. 10 also shows the contents of the endpt data structure 1003 and of the edge data structure 1005.
- Endpt data structure 1003 includes pt 1007, which is the x and y coordinates of the point represented by endpt 1003; cc 13 ptr 1009, which is a pointer to the point's connected component in the list of connected components, area 1011, which is the area of the connected component, and an edge list entry 1013 for each edge connected to the point.
- the edge list entry 1013 is a pointer to the edge data structure 1005 for the edge.
- Edge data structure 1005 contains four pointers: pointers 1015 and 1017 to the endpt structures for the points connected by the edge, and previous pointer 1019 and next pointer 1021, which link the edge data structures into a linked list.
- the length and orientation of the edges are computed on the fly from the x and y coordinates of pt 1007 in the endpt data structures for the points connected by the edge represented by the edge data structure 1005.
- k-NN k-nearest neighbors
- the analysis is done by means of a histogram.
- the histogram has bins for each of the 5° intervals between 0° and 180°. If the technique is being used to detect skew, smaller intervals must be employed. While the simplest approach is to simply increment a counter for each bin each time an edge having the bin's orientation is found in the EMST, experiments have shown that it is helpful to put the sum of the areas (i.e., the number of black pixels in the connected component) of the connected components connected by the edge having the bin's orientation into the bin, instead of incrementing a counter. In this way the distribution is less influenced by small fragments of symbols which may result in edges at wild orientations.
- the "energy" for each histogram bin is computed.
- the energy at histogram bin i is defined as (b i / ⁇ j b j ) 2 , where b i is the value in bin i. This has the effect of sharpening peaks and dampening noise in the histogram.
- whether the orientation of the lines is horizontal, vertical, or uncertain is determined from the histogram as follows: The embodiment sweeps a window of ⁇ 20° over the histogram and requires that 65% of the energy be contained in a single window in order for the orientation of the lines to be that specified in the window.
- FIG. 2 shows a block 201 of text written in Chinese ideograms.
- the text is organized into columns 202.
- the edges of the EMST for block 201 may be seen at 203; as is immediately apparent, vertical edges predominate. That impression is confirmed by histogram 207, which shows a strong peak 205 around 90°, confirming that the text is oriented vertically. It should be noted here that the fact that words are not delimited by spaces in text block 201 poses no difficulties whatever for the technique.
- FIG. 4 shows an application to a block 401 of text written horizontally in the Hangul script.
- Hangul is the native alphabet used to write the Korean language.
- Hangul has only 24 letters which are combined in a two-dimensional fashion to form composite Hangul symbols 403.
- Each composite symbol corresponds roughly to a syllable of the language. Often the individual letters of a syllable are detached and are therefore seen as multiple connected components (examples may be seen in symbol 403).
- Words in the language are delineated with white space 405 and since a composite is an entire syllable, words tend to be short (with respect to the composites). This results in a relatively large number of inter-word gaps which may be as large as inter-textline distances.
- Triangulation 407 shows the Delaunay triangulation for the fully connected graph representing text block 401.
- Triangulation 407 contains 473 edges; the fully connected graph contains more than 13,000 edges.
- the resulting EMST is shown at 409; horizontal edges again prevail, but there is also a significant set of vertical edges.
- Histogram 411 for EMST 409 confirms the impression: there are two peaks, one, 415, around 90°, and a larger peak, 413, around 0°. Over 72% of the energy of histogram 411 is contained in peak 413, and consequently, the technique determines that the lines are oriented horizontally, which is the correct determination.
- FIG. 5 shows the application of the algorithm to a block 501 of English text.
- the right justification and constant pitch font cause large, irregular inter-word gaps such as 503.
- the EMST for this block of text is shown at 505 and the histogram at 507.
- the large inter-word gaps result in a high percentage of inter-textline edges, but this is offset somewhat by the longer words of English.
- the orientation of EMST 505 is clearly dominantly horizontal, and over 80% of the energy in histogram 507 is contained in peak 509 within the window around 0°. Again, the technique makes the correct determination, which is that the text lines are horizontally organized.
- FIG. 6 shows a situation in which the technique determines that the orientation of the text lines is uncertain.
- the block 601 produced by the OCR's page segmentation algorithm contains a cartoon with lines of characters written at odd angles. (Our system does not attempt to separate text from non-text prior to this stage.) Also shown are the EMST 603 and edge histogram 605 produced by the technique. It is in this kind of situation that the filtration step of the technique is particularly useful, since it throws out several of the very large connected components.
- the window with maximum energy is centered near 60° and contains 45% of the energy. The algorithm returns "uncertain", leaving the decision of what to do with this block to higher level control.
- the technique has been tested on a data base of over 100 pages of text written using writing systems with nominally-detached symbols and also has been tested on pages of text written using writing systems in which the symbols are not nominally detached.
- the test data base included text written using the following writing systems: Chinese, Danish, English, Japanese, Korean, Russian, Sinhalese, Thai, Vietnamese, Vietnamese, and Yiddish. Pages were selected with preference given to complex, multi-column layouts (e.g. newspapers). Pages with tabular data and line-graphics were accepted.
- FIG. 7 shows a confusion matrix summarizing results over all blocks produced by our page segmentation algorithms. Each row indicates the total number of blocks with lines having a given orientation; for example, there were 801 blocks whose lines were oriented horizontally. The correct orientation for each block was determined by hand. An answer of "uncertain" was the desired result when the algorithm was given a block of noise or fragments of a non-text region.
- the vertical columns indicate the numbers of orientations inferred by the technique.
- the technique determined that 762 had horizontal lines, 5 had vertical lines, and 34 were uncertain. Overall, the technique deduced the correct orientation 95% of the time.
- the majority of the uncertain blocks incorrectly labeled vertical actually contained nothing but noise, typically located at the left and right margins of the page. These blocks tended to be tall and narrow, producing EMST edges oriented near 90°.
- Most of the horizontal blocks for which the algorithm was uncertain contained narrow columns of tabular data. The EMST edges between the few characters in each textline could not offset the edges joining textlines.
- the technique is used with target writing systems whose characters are nominally detached from one another.
- the technique has also been tested on Arabic and Nepali written in the Devanagari script, two writing systems in which the characters making up a word are typically connected.
- the technique produced usable results with the Arablic examples, but did not work well with the Nepali text.
- attached units are even longer than in Arabic, with more white space between units.
- One way of making the technique work better in these situations is to use the minimum distance between the bounding boxes as the label of an edge, rather than the Euclidean distance between the centers of the bounding boxes.
- the technique relies entirely on the page segmentation algorithm to provide blocks of a single orientation. If page segmentation produces a block of mixed orientation, the technique returns the dominant orientation, or at best, an indication of uncertainty.
- One way of overcoming this problem is to analyze the structure of the EMST to verify all text is of the same orientation and to split text blocks when necessary.
- FIG. 8 is a block diagram of an OCR 801 which employs the invention.
- OCR 801 receives a paper document 803 in image maker 805, which produces image 807 from document 803.
- Image 807 goes to image analyzer 809, which performs the operations necessary to produce digital codes 825 representing symbols in paper document 803.
- a component of image analyzer 809 is orientation detector 813.
- Orientation detector 813 receives a list of connected components of a text block in image 807 from image analyzer 809 and returns an indication 823 of the orientation of the lines in the text block. In a preferred embodiment, the indication indicates whether the orientation of the lines in the text block is horizontal, vertical, or uncertain.
- Components of orientations detector 813 include filter 815, which produces filtered list 816 by removing connected components 811 from list 811 which are too large or too small to be symbols in lines of text, graph maker 812, which makes Delaunay triangulation 818 from filtered list of connected components 816, Euclidean minimum spanning tree maker 819, which makes EMST 820 from Delaunay triangulation 818, and edge orientation detector 821, which detects the dominant edge orientation in EMST 820 and outputs orientation indication 823.
- filter 815 which produces filtered list 816 by removing connected components 811 from list 811 which are too large or too small to be symbols in lines of text
- graph maker 812 which makes Delaunay triangulation 818 from filtered list of connected components 816
- Euclidean minimum spanning tree maker 819 which makes EMST 820 from Delaunay triangulation 818
- edge orientation detector 821 which detects the dominant edge orientation in EMST 820 and outputs orientation indication 8
- list 811, filtered list 816, Delaunay triangulation 818, EMST 820, and orientation indication 823 are all implemented as data structures which are stored in a memory in a computer system and filter 815, graph maker 817, EMST maker 820, and edge orientation detector 821 are all implemented in programs which are executed by the computer system.
- image analyzer 809 may be employed in a traditional optical character recognition system.
- the images processed by image analyzer 809 may come from other sources as well.
- One such source is a FAX machine, and image analyzer 809 could be used to produce codes 825 for the characters in a faxed document.
- Such a translation of a fax into codes 825 has many advantages: if the fax is to be kept in the computer system, it reduces the amount of storage required; further, a text in codes 825 may be searched, may be further edited, and may be incorporated into a text data base.
- FIG. 9 is a block diagram of such an image reader 901.
- Image 807 is input to image analyzer 809 as before, and image analyzer 809 includes orientation detector 813 as before.
- Codes 825 are now output to text to speech converter 903, which produces speech 907 from the codes.
- Image reader 901 may handle documents in more than one language; in that case, text to speech converter 903 must include converters for different languages and a language indicator 905 must be provided to text to speech converter 903 to indicate which language the text is in.
- the source of language indicator 905 may be a human user of image reader 901, or it may be image analyzer 809.
- Image analyzer 809 can determine the language from the form of the symbols used, or in the case of writing systems such as the Latin alphabet, which are used for more than one language, can determine the language from the presence of characteristics such as diacritical marks or vocabulary items.
- Image reader 901 would of course be useful to any visually impaired person or to someone who was illiterate in the language concerned, but would also be useful in any situation where neither the image nor codes 825 can be provided directly to a recipient.
- Telephone companies with intelligent switching systems can provide a read-a-fax service.
- a user of a fax machine dials a special number such as an 800 number for the read-a-fax service, followed by the telephone number of the party to whom the fax is to be read.
- image reader 901 is unable to itself determine the language of the fax, the user of the fax machine might also dial a code indicating the document's language. The user would then input the document to the fax machine. On receiving the image, image reader 901 would translate it into codes 825 as described above and store the codes.
- the telephone system then automatically dials the number of the party to whom the fax is to be read, and upon making a connection, provides the codes to text to speech converter 903, which outputs speech 907 over the connection to the party.
- the telephone number of the party may be the number of his voice mail box, and when the party calls in to get his voice mail, codes 825 may be provided at that point to text to speech converter 903.
- the foregoing Detailed Description has disclosed techniques to those of ordinary skill in the art which permit the detection of the correct orientation of lines of text in an image.
- the techniques are not restricted to the detection of the correct orientation of lines of text, but may be used to detect orientation in any situation where the distance between entities in a line is typically less than the distance between lines.
- the techniques may be used in conjunction with skew detection techniques to determine the orientation of lines in blocks of text or may itself be used to detect skew.
- a preferred embodiment of the techniques constructs a Euclidean minimum spanning tree and determines the orientation of the lines from the edges of the Euclidean minimum spanning tree, other techniques may be used to define graphs from which the orientation of the lines may be determined.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Signal Processing (AREA)
- Character Input (AREA)
- Image Analysis (AREA)
Abstract
Description
Claims (26)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/368,259 US5664027A (en) | 1993-04-20 | 1995-01-03 | Methods and apparatus for inferring orientation of lines of text |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US4992493A | 1993-04-20 | 1993-04-20 | |
US08/368,259 US5664027A (en) | 1993-04-20 | 1995-01-03 | Methods and apparatus for inferring orientation of lines of text |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US4992493A Continuation | 1993-04-10 | 1993-04-20 |
Publications (1)
Publication Number | Publication Date |
---|---|
US5664027A true US5664027A (en) | 1997-09-02 |
Family
ID=21962480
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/368,259 Expired - Lifetime US5664027A (en) | 1993-04-20 | 1995-01-03 | Methods and apparatus for inferring orientation of lines of text |
Country Status (4)
Country | Link |
---|---|
US (1) | US5664027A (en) |
EP (1) | EP0621553A3 (en) |
JP (1) | JPH0798765A (en) |
CA (1) | CA2116600C (en) |
Cited By (55)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6005986A (en) * | 1997-12-03 | 1999-12-21 | The United States Of America As Represented By The National Security Agency | Method of identifying the script of a document irrespective of orientation |
EP0984427A2 (en) * | 1998-09-03 | 2000-03-08 | Siemens Aktiengesellschaft | Method for acoustically outputting text and speech output system |
US6055365A (en) * | 1996-11-08 | 2000-04-25 | Sterling Software, Inc. | Code point translation for computer text, using state tables |
US6289112B1 (en) * | 1997-08-22 | 2001-09-11 | International Business Machines Corporation | System and method for determining block direction in fingerprint images |
US20010041005A1 (en) * | 2000-05-09 | 2001-11-15 | Yoko Fujiwara | Image recognition apparatus, method and program product |
US6332046B1 (en) * | 1997-11-28 | 2001-12-18 | Fujitsu Limited | Document image recognition apparatus and computer-readable storage medium storing document image recognition program |
US20020077805A1 (en) * | 2000-12-18 | 2002-06-20 | Hecht David L. | System and method for distributing multilingual documents |
US20020154134A1 (en) * | 2001-04-24 | 2002-10-24 | Nobuaki Matsui | Image processing apparatus and image processing method |
US6473196B2 (en) * | 1996-09-19 | 2002-10-29 | Canon Kabushiki Kaisha | Image forming apparatus and method |
US6674919B1 (en) * | 1999-09-21 | 2004-01-06 | Matsushita Electric Industrial Co., Ltd. | Method for determining the skew angle of a two-dimensional barcode |
US6711542B2 (en) * | 1999-12-30 | 2004-03-23 | Nokia Mobile Phones Ltd. | Method of identifying a language and of controlling a speech synthesis unit and a communication device |
US6834120B1 (en) * | 2000-11-15 | 2004-12-21 | Sri International | Method and system for estimating the accuracy of inference algorithms using the self-consistency methodology |
FR2861524A1 (en) * | 2003-10-23 | 2005-04-29 | Thomson Licensing Sa | Method for detecting orientation of image taken by digital camera, involves detecting lines in image, calculating attributes that characterize lines, for each detected line, and detecting orientation of image according to attributes |
US20050111762A1 (en) * | 2003-11-26 | 2005-05-26 | Mathew Prakash P. | Image-based patient data obfuscation system and method |
US20050201597A1 (en) * | 2001-02-16 | 2005-09-15 | Barry Wendt | Image identification system |
US20050271296A1 (en) * | 2004-06-04 | 2005-12-08 | Canon Kabushiki Kaisha | Image processing apparatus, information processing apparatus, control method therefor, and program |
US20050286801A1 (en) * | 2004-06-29 | 2005-12-29 | Bio-Key International, Inc. | Generation of quality field information in the context of image processing |
US7016536B1 (en) | 1999-11-24 | 2006-03-21 | Gtx Corporation | Method and apparatus for automatic cleaning and enhancing of scanned documents |
US20060210172A1 (en) * | 2005-03-17 | 2006-09-21 | Microsoft Corporation | Systems, methods, and computer-readable media for fast neighborhood determinations in dynamic environments |
US7117356B2 (en) | 2002-05-21 | 2006-10-03 | Bio-Key International, Inc. | Systems and methods for secure biometric authentication |
US20070003166A1 (en) * | 2005-06-30 | 2007-01-04 | Kathrin Berkner | White space graphs and trees for content-adaptive scaling of document images |
US20070058840A1 (en) * | 2005-09-09 | 2007-03-15 | The Procter & Gamble Company | Cascading inspection system and process |
US20070133877A1 (en) * | 2005-12-13 | 2007-06-14 | Microsoft Corporation | Script recognition for ink notes |
US20070162445A1 (en) * | 2005-11-23 | 2007-07-12 | Dun And Bradstreet | System and method for searching and matching data having ideogrammatic content |
US20070288448A1 (en) * | 2006-04-19 | 2007-12-13 | Datta Ruchira S | Augmenting queries with synonyms from synonyms map |
US20070288230A1 (en) * | 2006-04-19 | 2007-12-13 | Datta Ruchira S | Simplifying query terms with transliteration |
US20070288450A1 (en) * | 2006-04-19 | 2007-12-13 | Datta Ruchira S | Query language determination using query terms and interface language |
US20080181469A1 (en) * | 2006-11-23 | 2008-07-31 | Samsung Electronics Co., Ltd. | Method of extracting ridge line and valley line from three-dimensional point data |
US7415605B2 (en) | 2002-05-21 | 2008-08-19 | Bio-Key International, Inc. | Biometric identification network security |
US20080317343A1 (en) * | 2007-06-21 | 2008-12-25 | Ahmet Mufit Ferman | Methods and Systems for Identifying Text Orientation in a Digital Image |
US20080317341A1 (en) * | 2007-06-21 | 2008-12-25 | Speigle Jon M | Methods and Systems for Identifying Text Orientation in a Digital Image |
US20090016611A1 (en) * | 2007-07-10 | 2009-01-15 | Richard John Campbell | Methods and Systems for Identifying Digital Image Characteristics |
US20090290801A1 (en) * | 2008-05-23 | 2009-11-26 | Ahmet Mufit Ferman | Methods and Systems for Identifying the Orientation of a Digital Image |
US20090290751A1 (en) * | 2008-05-23 | 2009-11-26 | Ahmet Mufit Ferman | Methods and Systems for Detecting Numerals in a Digital Image |
US20090324083A1 (en) * | 2008-06-30 | 2009-12-31 | Richard John Campbell | Methods and Systems for Identifying Digital Image Characteristics |
US20110231423A1 (en) * | 2006-04-19 | 2011-09-22 | Google Inc. | Query Language Identification |
US20120106648A1 (en) * | 2009-09-02 | 2012-05-03 | Kazuaki Terashima | Image processing device and video reproducing device |
US20120179468A1 (en) * | 2007-12-20 | 2012-07-12 | Oscar Nestares | Automatic Dominant Orientation Estimation In Text Images Based On Steerable Filters |
US8380488B1 (en) | 2006-04-19 | 2013-02-19 | Google Inc. | Identifying a property of a document |
US20150178255A1 (en) * | 2013-12-20 | 2015-06-25 | Canon Kabushiki Kaisha | Text line fragments for text line analysis |
US9076058B2 (en) | 2013-01-29 | 2015-07-07 | Sharp Laboratories Of America, Inc. | Methods, systems and apparatus for determining orientation in a document image |
US10095946B2 (en) * | 2016-07-07 | 2018-10-09 | Lockheed Martin Corporation | Systems and methods for strike through detection |
US11676285B1 (en) | 2018-04-27 | 2023-06-13 | United Services Automobile Association (Usaa) | System, computing device, and method for document detection |
US11704634B1 (en) | 2007-09-28 | 2023-07-18 | United Services Automobile Association (Usaa) | Systems and methods for digital signature detection |
US11721117B1 (en) | 2009-03-04 | 2023-08-08 | United Services Automobile Association (Usaa) | Systems and methods of check processing with background removal |
US11749007B1 (en) | 2009-02-18 | 2023-09-05 | United Services Automobile Association (Usaa) | Systems and methods of check detection |
US11756009B1 (en) | 2009-08-19 | 2023-09-12 | United Services Automobile Association (Usaa) | Apparatuses, methods and systems for a publishing and subscribing platform of depositing negotiable instruments |
US11783306B1 (en) | 2008-02-07 | 2023-10-10 | United Services Automobile Association (Usaa) | Systems and methods for mobile deposit of negotiable instruments |
US11797960B1 (en) | 2012-01-05 | 2023-10-24 | United Services Automobile Association (Usaa) | System and method for storefront bank deposits |
US11875314B1 (en) | 2006-10-31 | 2024-01-16 | United Services Automobile Association (Usaa) | Systems and methods for remote deposit of checks |
US11893628B1 (en) | 2010-06-08 | 2024-02-06 | United Services Automobile Association (Usaa) | Apparatuses, methods and systems for a video remote deposit capture platform |
US11900755B1 (en) | 2020-11-30 | 2024-02-13 | United Services Automobile Association (Usaa) | System, computing device, and method for document detection and deposit processing |
US12002449B1 (en) | 2016-01-22 | 2024-06-04 | United Services Automobile Association (Usaa) | Voice commands for the visually impaired |
US12002016B1 (en) | 2006-10-31 | 2024-06-04 | United Services Automobile Association (Usaa) | Systems and methods for remote deposit of checks |
US12131300B1 (en) | 2009-08-28 | 2024-10-29 | United Services Automobile Association (Usaa) | Computer systems for updating a record to reflect data contained in image of document automatically captured on a user's remote mobile phone using a downloaded app with alignment guide |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CA2242065C (en) | 1997-07-03 | 2004-12-14 | Henry C.A. Hyde-Thomson | Unified messaging system with automatic language identification for text-to-speech conversion |
EP0889626A1 (en) * | 1997-07-04 | 1999-01-07 | Octel Communications Corporation | Unified messaging system with automatic language identifacation for text-to-speech conversion |
US6263113B1 (en) * | 1998-12-11 | 2001-07-17 | Philips Electronics North America Corp. | Method for detecting a face in a digital image |
DE102006005044B4 (en) * | 2006-02-03 | 2011-01-27 | Metaio Gmbh | Method and system for determining a data model for superposition with a real object in an object tracking method |
KR101655375B1 (en) * | 2014-12-31 | 2016-09-08 | 전남대학교 산학협력단 | Apparatus and method for detecting text line using weighted moving average |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0308673A2 (en) * | 1987-09-25 | 1989-03-29 | Kabushiki Kaisha Toshiba | Image inclination detecting method and apparatus |
US4866784A (en) * | 1987-12-02 | 1989-09-12 | Eastman Kodak Company | Skew detector for digital image processing system |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB9022483D0 (en) * | 1990-10-17 | 1990-11-28 | Int Computers Ltd | Detecting skew in digitised images |
-
1994
- 1994-02-28 CA CA002116600A patent/CA2116600C/en not_active Expired - Fee Related
- 1994-04-13 EP EP94302598A patent/EP0621553A3/en not_active Withdrawn
- 1994-04-20 JP JP6104345A patent/JPH0798765A/en active Pending
-
1995
- 1995-01-03 US US08/368,259 patent/US5664027A/en not_active Expired - Lifetime
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0308673A2 (en) * | 1987-09-25 | 1989-03-29 | Kabushiki Kaisha Toshiba | Image inclination detecting method and apparatus |
US4866784A (en) * | 1987-12-02 | 1989-09-12 | Eastman Kodak Company | Skew detector for digital image processing system |
Non-Patent Citations (16)
Title |
---|
A. Hashizume, et al, "A Method of Detecting the Orientation of Aligned Components", Pattern Recognition Letters, vol. 4, pp. 125-132 (1986). |
A. Hashizume, et al, A Method of Detecting the Orientation of Aligned Components , Pattern Recognition Letters , vol. 4, pp. 125 132 (1986). * |
D. Cheriton, et al. "Finding Minimum Spanning Trees", Siam J. Comput., Vo. 5, No. 4, pp. 724-742 (1976). |
D. Cheriton, et al. Finding Minimum Spanning Trees , Siam J. Comput., Vo. 5, No. 4, pp. 724 742 (1976). * |
D. J. Ittner, "Automatic Inference of Texline Orientation", Proceedings Second Annual Symposium on Document Analysis and Information Retrieval, Apr. 26, 1993, Las Vegas, NV, pp. 123-133. |
D. J. Ittner, Automatic Inference of Texline Orientation , Proceedings Second Annual Symposium on Document Analysis and Information Retrieval, Apr. 26, 1993, Las Vegas, NV, pp. 123 133. * |
European Patent Application No. 91306301.2 published on 13 May 1992, publication No. EP A 0 485 051 A2. * |
European Patent Application No. 91306301.2 published on 13 May 1992, publication No. EP-A-0-485-051-A2. |
Fortune, S. "A Sweepline Algorithm for Voronoi Diagrams", Algorithmica, Vo. 2, pp. 153-174 (1987). |
Fortune, S. A Sweepline Algorithm for Voronoi Diagrams , Algorithmica , Vo. 2, pp. 153 174 (1987). * |
H. Baird, "The Skew Angle of Printed Documents", Advanced Printing of Symp. Summaries, SPSE's 40th Annual Conf. and Symp. on Hybrid Imaging Systems, May 20-21, 1987, Rochester, NY, pp. 21-24. |
H. Baird, The Skew Angle of Printed Documents , Advanced Printing of Symp. Summaries, SPSE s 40th Annual Conf. and Symp. on Hybrid Imaging Systems, May 20 21, 1987, Rochester, NY, pp. 21 24. * |
H. S. Baird, "Anatomy of a Versatile p. Reader", Proceedings of the IEEE, vol. 80, No. 7, pp. 1059-1065, Jul. 1992. |
H. S. Baird, Anatomy of a Versatile p. Reader , Proceedings of the IEEE, vol. 80, No. 7, pp. 1059 1065, Jul. 1992. * |
L. O Gorman, The Document Spectrum for p. Layout Analysis , accepted for publication in IEEE Trans. on Pattern Analysis and Machine Intelligence 1993. * |
L. O'Gorman, "The Document Spectrum for p. Layout Analysis", accepted for publication in IEEE Trans. on Pattern Analysis and Machine Intelligence 1993. |
Cited By (97)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6473196B2 (en) * | 1996-09-19 | 2002-10-29 | Canon Kabushiki Kaisha | Image forming apparatus and method |
US6055365A (en) * | 1996-11-08 | 2000-04-25 | Sterling Software, Inc. | Code point translation for computer text, using state tables |
US6289112B1 (en) * | 1997-08-22 | 2001-09-11 | International Business Machines Corporation | System and method for determining block direction in fingerprint images |
US6332046B1 (en) * | 1997-11-28 | 2001-12-18 | Fujitsu Limited | Document image recognition apparatus and computer-readable storage medium storing document image recognition program |
US6577763B2 (en) * | 1997-11-28 | 2003-06-10 | Fujitsu Limited | Document image recognition apparatus and computer-readable storage medium storing document image recognition program |
US6005986A (en) * | 1997-12-03 | 1999-12-21 | The United States Of America As Represented By The National Security Agency | Method of identifying the script of a document irrespective of orientation |
EP0984427A2 (en) * | 1998-09-03 | 2000-03-08 | Siemens Aktiengesellschaft | Method for acoustically outputting text and speech output system |
EP0984427A3 (en) * | 1998-09-03 | 2000-11-02 | Siemens Aktiengesellschaft | Method for acoustically outputting text and speech output system |
US6674919B1 (en) * | 1999-09-21 | 2004-01-06 | Matsushita Electric Industrial Co., Ltd. | Method for determining the skew angle of a two-dimensional barcode |
US7016536B1 (en) | 1999-11-24 | 2006-03-21 | Gtx Corporation | Method and apparatus for automatic cleaning and enhancing of scanned documents |
US6711542B2 (en) * | 1999-12-30 | 2004-03-23 | Nokia Mobile Phones Ltd. | Method of identifying a language and of controlling a speech synthesis unit and a communication device |
US6885768B2 (en) * | 2000-05-09 | 2005-04-26 | Minolta Co., Ltd. | Image recognition apparatus, method and program product |
US20010041005A1 (en) * | 2000-05-09 | 2001-11-15 | Yoko Fujiwara | Image recognition apparatus, method and program product |
USRE42999E1 (en) * | 2000-11-15 | 2011-12-06 | Transpacific Kodex, Llc | Method and system for estimating the accuracy of inference algorithms using the self-consistency methodology |
US6834120B1 (en) * | 2000-11-15 | 2004-12-21 | Sri International | Method and system for estimating the accuracy of inference algorithms using the self-consistency methodology |
US20020077805A1 (en) * | 2000-12-18 | 2002-06-20 | Hecht David L. | System and method for distributing multilingual documents |
US7493250B2 (en) * | 2000-12-18 | 2009-02-17 | Xerox Corporation | System and method for distributing multilingual documents |
US7925495B2 (en) | 2000-12-18 | 2011-04-12 | Xerox Corporation | System and method for distributing multilingual documents |
US20090171653A1 (en) * | 2000-12-18 | 2009-07-02 | Xerox Corporation | System and method for distributing multilingual documents |
US7539331B2 (en) | 2001-02-16 | 2009-05-26 | Bio-Key International Inc. | Image identification system |
US7359553B1 (en) | 2001-02-16 | 2008-04-15 | Bio-Key International, Inc. | Image identification system |
US20050201597A1 (en) * | 2001-02-16 | 2005-09-15 | Barry Wendt | Image identification system |
US7119807B2 (en) * | 2001-04-24 | 2006-10-10 | Canon Kabushiki Kaisha | Image processing apparatus and image processing method |
US20020154134A1 (en) * | 2001-04-24 | 2002-10-24 | Nobuaki Matsui | Image processing apparatus and image processing method |
US7117356B2 (en) | 2002-05-21 | 2006-10-03 | Bio-Key International, Inc. | Systems and methods for secure biometric authentication |
US7415605B2 (en) | 2002-05-21 | 2008-08-19 | Bio-Key International, Inc. | Biometric identification network security |
US8214652B2 (en) | 2002-05-21 | 2012-07-03 | BIO-key International. Inc. | Biometric identification network security |
FR2861524A1 (en) * | 2003-10-23 | 2005-04-29 | Thomson Licensing Sa | Method for detecting orientation of image taken by digital camera, involves detecting lines in image, calculating attributes that characterize lines, for each detected line, and detecting orientation of image according to attributes |
WO2005041127A2 (en) * | 2003-10-23 | 2005-05-06 | Thomson Licensing | Method and device for detecting the orientation of an image |
WO2005041127A3 (en) * | 2003-10-23 | 2005-06-30 | Thomson Licensing Sa | Method and device for detecting the orientation of an image |
US20050111762A1 (en) * | 2003-11-26 | 2005-05-26 | Mathew Prakash P. | Image-based patient data obfuscation system and method |
US7627152B2 (en) * | 2003-11-26 | 2009-12-01 | Ge Medical Systems Information Technologies, Inc. | Image-based indicia obfuscation system and method |
US20050271296A1 (en) * | 2004-06-04 | 2005-12-08 | Canon Kabushiki Kaisha | Image processing apparatus, information processing apparatus, control method therefor, and program |
US20050286801A1 (en) * | 2004-06-29 | 2005-12-29 | Bio-Key International, Inc. | Generation of quality field information in the context of image processing |
US7155040B2 (en) | 2004-06-29 | 2006-12-26 | Bio-Key International, Inc. | Generation of quality field information in the context of image processing |
US7522771B2 (en) * | 2005-03-17 | 2009-04-21 | Microsoft Corporation | Systems, methods, and computer-readable media for fast neighborhood determinations in dynamic environments |
US8023745B2 (en) | 2005-03-17 | 2011-09-20 | Microsoft Corporation | Systems, methods, and computer-readable media for fast neighborhood determinations in dynamic environments |
US20090285485A1 (en) * | 2005-03-17 | 2009-11-19 | Microsoft Corporation | Systems, Methods, And Computer-Readable Media for Fast Neighborhood Determinations In Dynamic Environments |
US20060210172A1 (en) * | 2005-03-17 | 2006-09-21 | Microsoft Corporation | Systems, methods, and computer-readable media for fast neighborhood determinations in dynamic environments |
US7623711B2 (en) * | 2005-06-30 | 2009-11-24 | Ricoh Co., Ltd. | White space graphs and trees for content-adaptive scaling of document images |
US20070003166A1 (en) * | 2005-06-30 | 2007-01-04 | Kathrin Berkner | White space graphs and trees for content-adaptive scaling of document images |
US20070058840A1 (en) * | 2005-09-09 | 2007-03-15 | The Procter & Gamble Company | Cascading inspection system and process |
US7809179B2 (en) * | 2005-09-09 | 2010-10-05 | The Procter & Gamble Company | Manufacturing inspection of folded feminine hygiene products by cascading edge and skew detection |
US7584188B2 (en) * | 2005-11-23 | 2009-09-01 | Dun And Bradstreet | System and method for searching and matching data having ideogrammatic content |
US20070162445A1 (en) * | 2005-11-23 | 2007-07-12 | Dun And Bradstreet | System and method for searching and matching data having ideogrammatic content |
US7929769B2 (en) | 2005-12-13 | 2011-04-19 | Microsoft Corporation | Script recognition for ink notes |
US20070133877A1 (en) * | 2005-12-13 | 2007-06-14 | Microsoft Corporation | Script recognition for ink notes |
US20070288450A1 (en) * | 2006-04-19 | 2007-12-13 | Datta Ruchira S | Query language determination using query terms and interface language |
US20070288448A1 (en) * | 2006-04-19 | 2007-12-13 | Datta Ruchira S | Augmenting queries with synonyms from synonyms map |
US8442965B2 (en) * | 2006-04-19 | 2013-05-14 | Google Inc. | Query language identification |
US8255376B2 (en) | 2006-04-19 | 2012-08-28 | Google Inc. | Augmenting queries with synonyms from synonyms map |
US20070288230A1 (en) * | 2006-04-19 | 2007-12-13 | Datta Ruchira S | Simplifying query terms with transliteration |
US7835903B2 (en) | 2006-04-19 | 2010-11-16 | Google Inc. | Simplifying query terms with transliteration |
US8380488B1 (en) | 2006-04-19 | 2013-02-19 | Google Inc. | Identifying a property of a document |
US8762358B2 (en) | 2006-04-19 | 2014-06-24 | Google Inc. | Query language determination using query terms and interface language |
US10489399B2 (en) | 2006-04-19 | 2019-11-26 | Google Llc | Query language identification |
US9727605B1 (en) | 2006-04-19 | 2017-08-08 | Google Inc. | Query language identification |
US8606826B2 (en) | 2006-04-19 | 2013-12-10 | Google Inc. | Augmenting queries with synonyms from synonyms map |
US20110231423A1 (en) * | 2006-04-19 | 2011-09-22 | Google Inc. | Query Language Identification |
US11875314B1 (en) | 2006-10-31 | 2024-01-16 | United Services Automobile Association (Usaa) | Systems and methods for remote deposit of checks |
US12002016B1 (en) | 2006-10-31 | 2024-06-04 | United Services Automobile Association (Usaa) | Systems and methods for remote deposit of checks |
US8238619B2 (en) * | 2006-11-23 | 2012-08-07 | Samsung Electronics Co., Ltd. | Method of extracting ridge line and valley line from three-dimensional point data |
US20080181469A1 (en) * | 2006-11-23 | 2008-07-31 | Samsung Electronics Co., Ltd. | Method of extracting ridge line and valley line from three-dimensional point data |
US20080317341A1 (en) * | 2007-06-21 | 2008-12-25 | Speigle Jon M | Methods and Systems for Identifying Text Orientation in a Digital Image |
US8208725B2 (en) | 2007-06-21 | 2012-06-26 | Sharp Laboratories Of America, Inc. | Methods and systems for identifying text orientation in a digital image |
US8144989B2 (en) | 2007-06-21 | 2012-03-27 | Sharp Laboratories Of America, Inc. | Methods and systems for identifying text orientation in a digital image |
US20080317343A1 (en) * | 2007-06-21 | 2008-12-25 | Ahmet Mufit Ferman | Methods and Systems for Identifying Text Orientation in a Digital Image |
US20090016611A1 (en) * | 2007-07-10 | 2009-01-15 | Richard John Campbell | Methods and Systems for Identifying Digital Image Characteristics |
US8340430B2 (en) * | 2007-07-10 | 2012-12-25 | Sharp Laboratories Of America, Inc. | Methods and systems for identifying digital image characteristics |
US11704634B1 (en) | 2007-09-28 | 2023-07-18 | United Services Automobile Association (Usaa) | Systems and methods for digital signature detection |
US8406568B2 (en) * | 2007-12-20 | 2013-03-26 | Intel Corporation | Automatic dominant orientation estimation in text images based on steerable filters |
US20120179468A1 (en) * | 2007-12-20 | 2012-07-12 | Oscar Nestares | Automatic Dominant Orientation Estimation In Text Images Based On Steerable Filters |
US11783306B1 (en) | 2008-02-07 | 2023-10-10 | United Services Automobile Association (Usaa) | Systems and methods for mobile deposit of negotiable instruments |
US20090290801A1 (en) * | 2008-05-23 | 2009-11-26 | Ahmet Mufit Ferman | Methods and Systems for Identifying the Orientation of a Digital Image |
US8406530B2 (en) | 2008-05-23 | 2013-03-26 | Sharp Laboratories Of America, Inc. | Methods and systems for detecting numerals in a digital image |
US20090290751A1 (en) * | 2008-05-23 | 2009-11-26 | Ahmet Mufit Ferman | Methods and Systems for Detecting Numerals in a Digital Image |
US8229248B2 (en) | 2008-05-23 | 2012-07-24 | Sharp Laboratories Of America, Inc. | Methods and systems for identifying the orientation of a digital image |
US8023770B2 (en) | 2008-05-23 | 2011-09-20 | Sharp Laboratories Of America, Inc. | Methods and systems for identifying the orientation of a digital image |
US8023741B2 (en) | 2008-05-23 | 2011-09-20 | Sharp Laboratories Of America, Inc. | Methods and systems for detecting numerals in a digital image |
US8160365B2 (en) | 2008-06-30 | 2012-04-17 | Sharp Laboratories Of America, Inc. | Methods and systems for identifying digital image characteristics |
US20090324083A1 (en) * | 2008-06-30 | 2009-12-31 | Richard John Campbell | Methods and Systems for Identifying Digital Image Characteristics |
US11749007B1 (en) | 2009-02-18 | 2023-09-05 | United Services Automobile Association (Usaa) | Systems and methods of check detection |
US11721117B1 (en) | 2009-03-04 | 2023-08-08 | United Services Automobile Association (Usaa) | Systems and methods of check processing with background removal |
US12008522B1 (en) | 2009-08-19 | 2024-06-11 | United Services Automobile Association (Usaa) | Apparatuses, methods and systems for a publishing and subscribing platform of depositing negotiable instruments |
US11756009B1 (en) | 2009-08-19 | 2023-09-12 | United Services Automobile Association (Usaa) | Apparatuses, methods and systems for a publishing and subscribing platform of depositing negotiable instruments |
US12131300B1 (en) | 2009-08-28 | 2024-10-29 | United Services Automobile Association (Usaa) | Computer systems for updating a record to reflect data contained in image of document automatically captured on a user's remote mobile phone using a downloaded app with alignment guide |
US20120106648A1 (en) * | 2009-09-02 | 2012-05-03 | Kazuaki Terashima | Image processing device and video reproducing device |
US11893628B1 (en) | 2010-06-08 | 2024-02-06 | United Services Automobile Association (Usaa) | Apparatuses, methods and systems for a video remote deposit capture platform |
US11915310B1 (en) | 2010-06-08 | 2024-02-27 | United Services Automobile Association (Usaa) | Apparatuses, methods and systems for a video remote deposit capture platform |
US12062088B1 (en) | 2010-06-08 | 2024-08-13 | United Services Automobile Association (Usaa) | Apparatuses, methods, and systems for remote deposit capture with enhanced image detection |
US11797960B1 (en) | 2012-01-05 | 2023-10-24 | United Services Automobile Association (Usaa) | System and method for storefront bank deposits |
US9076058B2 (en) | 2013-01-29 | 2015-07-07 | Sharp Laboratories Of America, Inc. | Methods, systems and apparatus for determining orientation in a document image |
US20150178255A1 (en) * | 2013-12-20 | 2015-06-25 | Canon Kabushiki Kaisha | Text line fragments for text line analysis |
US12002449B1 (en) | 2016-01-22 | 2024-06-04 | United Services Automobile Association (Usaa) | Voice commands for the visually impaired |
US10095946B2 (en) * | 2016-07-07 | 2018-10-09 | Lockheed Martin Corporation | Systems and methods for strike through detection |
US11676285B1 (en) | 2018-04-27 | 2023-06-13 | United Services Automobile Association (Usaa) | System, computing device, and method for document detection |
US11900755B1 (en) | 2020-11-30 | 2024-02-13 | United Services Automobile Association (Usaa) | System, computing device, and method for document detection and deposit processing |
Also Published As
Publication number | Publication date |
---|---|
EP0621553A3 (en) | 1995-06-14 |
EP0621553A2 (en) | 1994-10-26 |
CA2116600A1 (en) | 1994-10-11 |
CA2116600C (en) | 1996-11-05 |
JPH0798765A (en) | 1995-04-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5664027A (en) | Methods and apparatus for inferring orientation of lines of text | |
US5539841A (en) | Method for comparing image sections to determine similarity therebetween | |
EP1016033B1 (en) | Automatic language identification system for multilingual optical character recognition | |
EP0439951B1 (en) | Data processing | |
US5491760A (en) | Method and apparatus for summarizing a document without document image decoding | |
EP0543598B1 (en) | Method and apparatus for document image processing | |
US8233714B2 (en) | Method and system for creating flexible structure descriptions | |
US5390259A (en) | Methods and apparatus for selecting semantically significant images in a document image without decoding image content | |
EP0544434B1 (en) | Method and apparatus for processing a document image | |
JP2713622B2 (en) | Tabular document reader | |
JP3452774B2 (en) | Character recognition method | |
WO2007022460A2 (en) | Post-ocr image segmentation into spatially separated text zones | |
US20030156754A1 (en) | Method and system for extracting title from document image | |
US7929772B2 (en) | Method for generating typographical line | |
US20010043742A1 (en) | Communication document detector | |
JP3195405B2 (en) | Character recognition device | |
JPH08123904A (en) | Character style classification processing device | |
JP2963474B2 (en) | Similar character identification method | |
JP2931485B2 (en) | Character extraction device and method | |
Coy | A Look at Optoelectronic Document Processing | |
Chan et al. | A Duplicate Chinese Document Image Retrieval System | |
JP3243389B2 (en) | Document identification method | |
Sugawara | Document Reader for the Visually Disabled | |
JPH01171080A (en) | Recognizing device for error automatically correcting character | |
JPH04346189A (en) | Character string type identification device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: AT&T CORP., NEW YORK Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AMERICAN TELELPHONE AND TELEGRAPH COMPANY;REEL/FRAME:007527/0274 Effective date: 19940420 Owner name: AT&T IPM CORP., FLORIDA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AT&T CORP.;REEL/FRAME:007528/0038 Effective date: 19950523 |
|
AS | Assignment |
Owner name: LUCENT TECHNOLOGIES INC., NEW JERSEY Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AT&T CORP.;REEL/FRAME:008488/0374 Effective date: 19960329 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
AS | Assignment |
Owner name: THE CHASE MANHATTAN BANK, AS COLLATERAL AGENT, TEX Free format text: CONDITIONAL ASSIGNMENT OF AND SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:LUCENT TECHNOLOGIES INC. (DE CORPORATION);REEL/FRAME:011722/0048 Effective date: 20010222 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
AS | Assignment |
Owner name: LUCENT TECHNOLOGIES INC., NEW JERSEY Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:JPMORGAN CHASE BANK, N.A. (FORMERLY KNOWN AS THE CHASE MANHATTAN BANK), AS ADMINISTRATIVE AGENT;REEL/FRAME:018584/0446 Effective date: 20061130 |
|
FPAY | Fee payment |
Year of fee payment: 12 |