The disclosure is related to the field of document layout, and in particular, to generating and rendering a template for a pre-defined layout.
A mixed-content document can be organized to display a combination of text, images, headers, sidebars, or any other elements that are typically dimensioned and arranged to display information to a reader in a coherent, informative, and visually aesthetic manner. Mixed-content documents can be in printed or electronic form, and examples of mixed-content documents include articles, flyers, business cards, newsletters, website displays, brochures, single or multi page advertisements, envelopes, and magazine covers just to name a few. In order to design a layout for a mixed-content document, a document designer selects for each page of the document a number of elements, element dimensions, spacing between elements called “white space,” font size and style for text, background, colors, and an arrangement of the elements.
In recent years, advances in computing devices have'accelerated the growth and development of software-based document layout design tools and, as a result, increased the efficiency with which mixed-content documents can be produced. A first type of design tool uses a set of gridlines that can be seen in the document design process but are invisible to the document reader. The gridlines are used to align elements on a page, allow for flexibility by enabling a designer to position elements within a document, and even allow a designer to extend portions of elements outside of the guidelines, depending on how much variation the designer would like to incorporate into the document layout. A second type of document layout design tool is a template. Typical design tools present a document designer with a variety of different templates to choose from for each page of the document.
However, it is often the case that the dimensions of template fields are fixed making it difficult for document designers to resize images and arrange text to fill particular fields creating image and text overflows, cropping, or other unpleasant scaling issues.
An example of a method for generating and rendering a template for a pre-defined layout is disclosed. In one example, an underlying graph structure of a pre-defined layout comprising at least one pre-placed object is determined. Information from the underlying graph structure is placed into a plurality of matrices. One or more pre-placed object parameters of the pre-defined layout are also determined. The plurality of matrices are utilized in conjunction with the one or more pre-placed object parameters to determine location coordinates and size information for the one or more pre-placed objects. In so doing, a template based on the location coordinates and size information for the one or more pre-placed objects is rendered.
Examples are described below with reference to numerous equations and graphical illustrations. In particular, examples are based on Bayes' Theorem from the probability theory branch of mathematics. Although mathematical expressions alone may be sufficient to fully describe and characterize examples to those skilled in the art, the more graphical, problem oriented examples, and control-flow-diagram approaches included in the following discussion are intended to illustrate examples so that the systems and methods may be accessible to readers with various backgrounds. In order to assist in understanding descriptions of various examples, an overview of Bayes' Theorem is provided in a first subsection, template parameters are introduced in a second subsection, and probabilistic template models based on Bayes' Theorem for determining template parameters are provided in a third subsection.
Readers already familiar with Bayes' Theorem and other related concepts from probability theory can skip this subsection and proceed to the next subsection titled Template Parameters. This subsection is intended to provide readers who are unfamiliar with Bayes' Theorem a basis for understanding relevant terminology, notation, and provide a basis for understanding how Bayes' Theorem is used to determine document template parameters as described below. For the sake of simplicity, Bayes' theorem and related topics are described below with reference to sample spaces with discrete events, but one skilled in the art will recognize that these concepts can be extended to sample spaces with continuous distributions of events. Furthermore, a number of the examples provided herein are similar to the examples 5.1 and 5.2 disclosed in the book “Probability: an introduction” by Samuel Goldberg-Page 74-77, which are provided herein for purposes of clarity.
A description of probability begins with a sample space S, which is the mathematical counterpart of an experiment and mathematically serves as a universal set for all possible outcomes of an experiment. For example, a discrete sample space can be composed of all the possible outcomes of tossing a fair coin two times and is represented by:
S={HH+HT+TH+TT}
where H represents the outcome heads, and T represents the outcome tails. An event is a set of outcomes, or a subset of a sample space, to which a probability is assigned. A simple event is a single element of the sample space S, such as the event “both coins are tails” TT, or an event can be a larger subset of S, such as the event “at least one coin toss is tails” comprising the three simple events HT, HT, and TT.
The probability of an event E, denoted by P(E), satisfies the condition 0≦P(E)≦1 and is the sum of the probabilities associated with the simple events comprising the event E. For example, the probability of observing each of the simple events of the set S, representing the outcomes of tossing a fair coin two times, is ¼. The probability of the event “at least one coin is heads” is ¾ (i.e., ¼+¼+¼), which are the probabilities of the simple events HH, HT, and TH, respectively).
Bayes' Theorem provides a formula for calculating conditional probabilities. A conditional probability is the probability of the occurrence of some event A, based on the occurrence of a different event B. Conditional probability can be defined by the following equation:
where P(A|B) is read as “the probability of the event A, given the occurrence of the event B,”
P(A∩B) is read as “the probability of the events A and B both occurring,” and
P(B) is simple the probability of the event B occurring regardless of whether or not the event A occurs.
Again, one example of a conditional probability is disclosed in the book “Probability: an introduction” by Samuel Goldberg-Page 74-76, Example 5.1. In general, the conditional probability example considers a club with four male and five female charter members that elects two women and three men to membership. From the total of 14 members, one person is selected at random, and suppose it is known that the person selected is a charter member. Now consider the question of what is the probability the person selected is male? In other words, given that we already know the person selected is a charter member, what is the probability the person selected at random is male? In terms of the conditional probability, B is the event “the person selected is a charter member,” and A is the event “the person selected is male.” According to the formula for conditional probability:
P(B)=9/14, and
P(A∩B)=7/14
Thus, the probability of the person selected at random is male given that the person selected is a charter member is:
Bayes' theorem relates the conditional probability of the event A given the event B to the probability of the event B given the event A. In other words, Bayes' theorem relates the conditional probabilities P(A|B) and P(B|A) in a single mathematical expression as follows:
P(A) is a prior probability of the event A. It is called the “prior” because it does not take into account the occurrence of the event B. P(B|A) is the conditional probability of observing the event B given the observation of the event A. P(A|B) is the conditional probability of observing the event A given the observation of the event B. It is called the “posterior” because it depends from, or is observed after, the occurrence of the event B. P(B) is a prior probability of the event B, and can serve as a normalizing constant.
For an example application of Bayes' theorem consider two urns containing colored balls as specified in Table I:
Suppose one of the urns is selected at random and a blue ball is removed. Bayes' theorem can be used to determine the probability the ball came from urn 1. Let B denote the event “ball selected is blue.” To account for the occurrence of B there are two hypotheses: A1 is the event urn 1 is selected, and A2 is the event urn 2 is selected.
Because the urn is selected at random,
P(A1)=P(A2)=1/2
Based on the entries in Table I, conditional probabilities also give:
P(B|A1)=2/9, and
P(B|A2)=3/6
The probability of the event “ball selected is blue,” regardless of which urn is selected, is
Thus, according to Bayes' theorem, the probability the blue ball came from urn I is given by:
In this subsection, template parameters used to obtain dimensions of image fields and white spaces of a document template are described with reference to just three example document templates. The three examples described below are not intended to be exhaustive of the nearly limitless possible dimensions and arrangements of template elements. Instead, the examples described in this subsection are intended to merely provide a basic understanding of how the dimensions of elements of a template can be characterized, and are intended to introduce the reader to the terminology and notation used to represent template parameters and dimensions of document templates. Note that template parameters are not used to change the dimensions of the text fields or the overall dimensions of the templates. Template parameters are formally determined using probabilistic methods and systems described below in the subsequent subsection.
In preparing a document layout, document designers typically select a style sheet in order to determine the document's overall appearance. The style sheet may include (1) a typeface, character size, and colors for headings, text, and background; (2) format for how front matter, such as preface, figure list, and title page should appear; (3) format for how sections can be arranged in terms of space and number of columns, line spacing, margin widths on all sides, and spacing between headings just to name a few; and (4) any boilerplate content included on certain pages, such as copyright statements. The style sheet typically applies to the entire document. As necessary, specific elements of the style sheet may be overridden for particular sections of the document.
Document templates represent the arrangement elements for displaying text and images for each page of the document.
The template parameters and dimensions of an image and white space associated with the template 300 can be characterized by vectors as illustrated in
Because both the width wf and the height hf of the image are scaled by the same parameter Θf as described above, the first vector elements of {right arrow over (x)}1 and {right arrow over (y)}1 are wf and hf, respectively. The other dimensions varied in the template 300 are the widths of the white spaces 316 and 318, which are varied in the y-direction, and the margins which are varied in the x- and y-directions. For {right arrow over (x)}1 the two vector elements corresponding to the parameters Θfp and Θp are “0”, the two vector elements corresponding to the margins mw1 and mw2 are “1”, and the two vector elements corresponding to the margins mh1 and mh2 are “0”. For {right arrow over (y)}1 the two vector elements corresponding to the parameters Θfp and Θp are “1”, the two vector elements corresponding to the margins mw1 and mw2 are “0” and the two vector elements corresponding to the margins mh1 and mh2 are “1”.
The vector elements of {right arrow over (x)}1 and {right arrow over (y)}1 are arranged to correspond to the parameters of the vector {right arrow over (Θ)} in order to satisfy the following condition in the x-direction:
{right arrow over (Θ)}T{right arrow over (x)}1−W1≈0
and the following condition in the y-direction:
{right arrow over (Θ)}T{right arrow over (y)}1−H1≈0
where
{right arrow over (Θ)}T{right arrow over (x)}1=Θfwf+mw1+mw2 is the scaled width of the image displayed in the image field 302;
W1=W is a variable corresponding to the space available to the image displayed in the image field 302 in the x-direction;
{right arrow over (Θ)}T{right arrow over (y)}1=Θfhf+Θfp+Θp+mh1+mh2 is the sum of the scaled height of the image displayed in the image field 302 and the parameters associated with scaling the white spaces 316 and 318; and
H1=H−Hp1−Hp2 is a variable corresponding to the space available for the image displayed in the image field 302 and the widths of the white spaces 316 and 318 in the y-direction.
Probabilistic methods based on Bayes' theorem described below can be used to determine the template parameters so that the conditions {right arrow over (Θ)}T{right arrow over (x)}1−W1≈0 and {right arrow over (Θ)}T{right arrow over (y)}1−H1≈0 are satisfied.
The template parameters and dimensions of images and white spaces associated with the template 400 can be characterized by vectors as illustrated in
On the other hand, changes to the template 400 in the y-direction are characterized by two vectors {right arrow over (y)}1 and {right arrow over (y)}z each vector accounting for changes in the height of two different images displayed in the image fields 402 and 404 and the white spaces 412 and 414. As illustrated in
As described above with reference to
{right arrow over (Θ)}T{right arrow over (x)}1−W1≈0
and the following conditions in the y-direction:
{right arrow over (Θ)}T{right arrow over (y)}1−H1≈0
{right arrow over (Θ)}T{right arrow over (y)}2−H2≈0
where
{right arrow over (Θ)}T{right arrow over (x)}1=Θf1wf1+Θf2wf2+fff+mw1+mw2 is the scaled width of the images displayed in the image fields 402 and 404′ and the width of the white space 410;
W1=W is a variable corresponding to the space available for the images displayed in the image fields 402 and 404 and the white space 410 in the x-direction;
{right arrow over (Θ)}T{right arrow over (y)}1=Θf1hf1+Θfp+Θp+mh1+mh2 is the sum of the scaled height of the image displayed in the image field 402 and the parameters associated with scaling the white spaces 412 and 414;
{right arrow over (Θ)}T{right arrow over (y)}2=Θf2hf2+Θf2+Θp+mh1+mh2 is the sum of the scaled height of the image displayed in the image field 404 and the parameters associated with scaling the white spaces 412 and 414,
H1=H−Hp1−Hp2 is a first variable corresponding to the space available for the image displayed in the image field 402 and the widths of the white spaces 412 and 414 in the y-direction; and
H2=H1 is a second constant corresponding to the space available for the image displayed in the image field 404 and the widths of the white spaces 412 and 414 in the y-direction.
Probabilistic methods based on Bayes' theorem described below can be used to determine the template parameters so that the conditions {right arrow over (Θ)}T{right arrow over (x)}1−W1≈0, {right arrow over (Θ)}T{right arrow over (y)}1−H1≈0, and {right arrow over (Θ)}T{right arrow over (y)}2−H2≈0 are satisfied.
The template parameters and dimensions of images and white spaces associated with the template 500 can be characterized by vectors as illustrated in
On the other hand, changes to the template 500 in the y-direction are also characterized by two vectors {right arrow over (y)}1 and {right arrow over (y)}2. As illustrated in
As described above with reference to
{right arrow over (Θ)}T{right arrow over (x)}1−W1≈0
{right arrow over (Θ)}T{right arrow over (x)}2−W2≈0
and satisfy the following conditions in the y-direction:
{right arrow over (Θ)}T{right arrow over (y)}1−H1≈0
{right arrow over (Θ)}T{right arrow over (y)}2−H2≈0
where
{right arrow over (Θ)}T{right arrow over (x)}1=Θf1wf1+Θfp1+mw1+mw2 is the scaled width of the images displayed in the image fields 502 and the width of the white space 512;
W1=W−Wp1 is a first variable corresponding to the space available for displaying an image into the image field 502 and the width of the white space 512 in the x-direction;
{right arrow over (Θ)}T{right arrow over (x)}2=Θf2wf2+Θfp2+mw1+mw2 is the scaled width of the image displayed in the image field 504 and the width of the white space 514;
W2=W−Wp2 is a second variable corresponding to the space available for displaying an image into the image field 504 and width of the white space 514 in the x-direction;
{right arrow over (Θ)}T{right arrow over (y)}1=Θf1hf1+Θfp3+Θfp4+mh1+mh2 is the sum of the scaled height of the image displayed in the image field 402 and the parameters associated with scaling the white spaces 412 and 414;
H1=H−Hp2−Hp3 is a first constant corresponding to the space available to the height of the image displayed in image field 502 and the widths of the white spaces 516 and 518 in the y-direction;
{right arrow over (Θ)}T{right arrow over (y)}2=Θf2hf2+Θfp3+Θfp4mh1+mh2 is the sum of the scaled height of the image displayed in the image field 404 and the parameters associated with scaling the white spaces 412 and 414; and
H2=H−Hp1−Hp3 is a second constant corresponding to the space available to the height of the image displayed in image field 504 and the widths of the white spaces 516 and 518 in the y-direction.
Probabilistic methods based on Bayes' theorem described below can be used to determine the template parameters so that the conditions {right arrow over (Θ)}T{right arrow over (x)}1−W1≈0, {right arrow over (Θ)}T{right arrow over (x)}2−W2≈0, {right arrow over (Θ)}T{right arrow over (y)}1−H1≈0, and {right arrow over (Θ)}T{right arrow over (y)}2−H2≈0 are satisfied.
Note that the templates 300, 400, and 500 are examples representing how the number of constants associated with the space available in the x-direction Wi and corresponding vectors {right arrow over (x)}L, and the number of constants associated with the space available in the y-direction Hj and corresponding vectors {right arrow over (y)}j, can be determined by the number of image fields and how the image fields are arranged within the template. For example, for the template 300, illustrated in
On the other hand, as illustrated in
In summary, a template is defined for a given number of images. In particular, for a template structured with m rows and n columns of image fields, there are W1, W2, . . . Wm constants and corresponding vectors {right arrow over (x)}1, {right arrow over (x)}2, . . . {right arrow over (x)}m associated with the m rows, and there are H1, H2, . . . Hn constants and corresponding vectors {right arrow over (y)}1, {right arrow over (y)}2, . . . {right arrow over (y)}n associated with the n columns.
Probabilistic Methods and Systems for Determining Document Template Parameters
Methods can be used to prepare each page template of a mixed-content document layout. The methods are based on probabilistic template models that provide a probabilistic description of element dimensions for each page template. In particular, each template of a mixed-content document layout has an associated probabilistic description of element dimensions. In other words, element dimensions, such as height and width, have an associated uncertainty that can be selected based on prior probability distributions. Methods are based on the assumption that when one observes specific elements to be arranged within a template, template parameters can be determined and used to scale the dimensions of the elements within the template where certain template parameters are more likely to be observed than others.
Methods can be used to obtain a closed form description of the parameter vector {right arrow over (Θ)}. This closed form description can be obtained by considering the relationship between dimensions of elements of a template with m rows of image fields and n columns of image fields and the corresponding parameter vector {right arrow over (Θ)} in terms of Bayes' Theorem from probability theory as follows:
P({right arrow over (Θ)}|{right arrow over (W)},{right arrow over (H)},{right arrow over (x)},{right arrow over (y)})∝P({right arrow over (W)},{right arrow over (H)},{right arrow over (x)},{right arrow over (y)}|{right arrow over (Θ)}) Equation (1):
where
{right arrow over (W)}=[W1, W2, . . . Wm]T,
{right arrow over (H)}=[H1, H2, . . . Hn]T,
{right arrow over (x)}=[{right arrow over (x)}1, {right arrow over (x)}2, . . . {right arrow over (x)}m]T,
{right arrow over (y)}=[{right arrow over (y)}1, {right arrow over (y)}2, . . . {right arrow over (y)}m]T,
the exponent T represents the transpose from matrix theory.
Vector notation is used to succinctly represent template constants Wi and corresponding vectors {right arrow over (x)}i associated with the m rows and template constants Hj and corresponding vectors {right arrow over (y)}j associated with the n columns of the template.
Equation (1) is in the form of Bayes' Theorem but with the normalizing probability P({right arrow over (W)}, {right arrow over (H)}, {right arrow over (x)}, {right arrow over (y)}) excluded from the denominator of the right-hand side of equation (1) (e.g., see the definition of Bayes' Theorem provided in the subsection titled An Overview of Bayes' Theorem and Related Concepts from Probability Theory). As demonstrated below, the normalizing probability P({right arrow over (W)}, {right arrow over (H)}, {right arrow over (x)}, {right arrow over (y)}) does not contribute to determining the template parameters {right arrow over (Θ)} that maximize the posterior probability P({right arrow over (Θ)}|{right arrow over (W)}, {right arrow over (H)}, {right arrow over (x)}, {right arrow over (y)}) and for this reason P({right arrow over (W)}, {right arrow over (H)}, {right arrow over (x)}, {right arrow over (y)}) can be excluded from the denominator of the right-hand side of equation (1).
In equation (1), the term P({right arrow over (Θ)}) is the prior probability associated with the parameter vector {right arrow over (Θ)} and does not take into account the occurrence of an event composed of {right arrow over (W)}, {right arrow over (H)}, {right arrow over (x)}, {right arrow over (y)}. In certain examples, the prior probability can be characterized by a normal, or Gaussian, probability distribution given by:
P({right arrow over (Θ)})≈N({right arrow over (Θ)}|{right arrow over (Θ)}1,Λ1−1)N({right arrow over (Θ)}|{right arrow over (Θ)}2,Λ2−1)∝exp((
where
1 is a vector composed of independent mean values for the parameters set by a document designer;
Λ1 is a diagonal matrix of variances for the independent parameters set by the document designer;
Λ2=CTΔTΔC is a non-diagonal covariance matrix for dependent parameters; and
2=Λ−1CTΔTΔ{right arrow over (d)} is a vector composed of dependent mean values for the parameters.
The matrix C and the vector {right arrow over (d)} characterize the linear relationships between the parameters of the parameter vector {right arrow over (Θ)} given by C{right arrow over (Θ)}={right arrow over (d)} and {right arrow over (Θ)} is a covariance precision matrix. For example, consider the template 300 described above with reference to
0.2Θf+3.1Θp≈−1.4, and
1.8Θf−0.7Θp+1.1Θp≈3.1
Thus, in matrix notation, these two equations can be represented as follows:
Returning to equation (1), the term P({right arrow over (W)}, {right arrow over (H)}, {right arrow over (x)}, {right arrow over (y)}|{right arrow over (Θ)}) is the conditional probability of an event composed of {right arrow over (W)}, {right arrow over (H)}, {right arrow over (x)}, and {right arrow over (y)}, given the occurrence of the parameters of the parameter vector {right arrow over (Θ)}. In certain examples, the term P({right arrow over (W)}, {right arrow over (H)}, {right arrow over (x)}, {right arrow over (y)}|{right arrow over (Θ)}) can be characterized as follows:
where
are normal probability distributions. The variables αi−1 and βj−1 are variances and Wi and Hj represent mean values for the distributions N(Wi|{right arrow over (Θ)}T{right arrow over (x)}i, αi−1) and N(Hj|{right arrow over (Θ)}T{right arrow over (y)}j, βj−1), respectively. Normal distributions can be used to characterize, at least approximately, the probability distribution of a variable that tends to cluster around the mean. In other words, variables close to the mean are more likely to occur than are variables farther from the mean. The normal distributions N(Wi|{right arrow over (Θ)}T{right arrow over (x)}i, αi−1) and N(Hj|{right arrow over (Θ)}T{right arrow over (y)}, βj−1) characterize the probability distributions of the variables Wi and Hj about the mean values {right arrow over (Θ)}T{right arrow over (x)}i and {right arrow over (Θ)}T{right arrow over (y)}j respectively.
For the sake of discussion, consider just the distribution N(Wi|{right arrow over (Θ)}T{right arrow over (x)}i, αi−1)
The posterior probability P({right arrow over (Θ)}|{right arrow over (W)}, {right arrow over (H)}, {right arrow over (x)}, {right arrow over (y)}) can be maximized when the exponents of the normal distributions of equation (2) satisfy the following conditions:
{right arrow over (Θ)}T{right arrow over (x)}i−Wi≈0 and {right arrow over (Θ)}T{right arrow over (y)}j−Hj≈0
for all i and j. As described above, for a template, Wi and Hj are constants and the elements of {right arrow over (x)}i and {right arrow over (y)}j are constants. These conditions are satisfied by determining a parameter vector {right arrow over (Θ)}MAP that maximizes the posterior probability P({right arrow over (Θ)}|{right arrow over (W)}, {right arrow over (H)}, {right arrow over (x)}, {right arrow over (y)}). The parameter vector {right arrow over (Θ)}MAP can be determined by rewriting the posterior probability P({right arrow over (Θ)}|{right arrow over (W)}, {right arrow over (H)}, {right arrow over (x)}, {right arrow over (y)}))) as a multi-variate normal distribution with a well characterized mean and variance as follows:
The parameter vector {right arrow over (Θ)}MAP is the mean of the normal distribution characterization of the posterior probability P({right arrow over (Θ)}|{right arrow over (W)}, {right arrow over (H)}, {right arrow over (x)}, {right arrow over (y)}) and {right arrow over (Θ)} maximizes P({right arrow over (Θ)}|{right arrow over (W)}, {right arrow over (H)}, {right arrow over (x)}, {right arrow over (y)}) when {right arrow over (Θ)} equals {right arrow over (Θ)}MAP. Solving P({right arrow over (Θ)}|{right arrow over (W)}, {right arrow over (H)}, {right arrow over (x)}, {right arrow over (y)}) for {right arrow over (Θ)}MAP gives the following closed form expression:
The parameter vector {right arrow over (Θ)}MAP can also be rewritten in matrix from as follows:
{right arrow over (Θ)}MAP=A−1{right arrow over (b)}
where
is a matrix and A−1 is the inverse of A, and
is a vector.
In summary, given a single page template and images to be placed in the image fields of the template, the parameters used to scale the images and white spaces of the template can be determined from the closed form equation for {right arrow over (Θ)}MAP.
For a hypothetical example of applying the closed form parameter vector {right arrow over (Θ)}MAP to rescale image, white space, and margin dimensions of a template, consider the single page template 500, illustrated in
where the document designer selects appropriate values for the variances all, {right arrow over (α)}1, {right arrow over (α)}2, {right arrow over (β)}1, and {right arrow over (β)}2. The constants W1, W2, H1, and H2 and the vectors {right arrow over (x)}1, {right arrow over (x)}2, {right arrow over (y)}1, and {right arrow over (y)}2 are determined as described above with reference to
Once the parameters of the parameter vector {right arrow over (Θ)}MAP are determined using the closed form equation for {right arrow over (Θ)}MAP, the template is rendered by multiplying un-scaled dimensions of the images and widths of the white spaces by corresponding parameters of the parameter vector {right arrow over (Θ)}MAP.
The elements of the parameter vector {right arrow over (Θ)}MAP may also be subject to boundary conditions on the image fields and white space dimensions arising from the minimum width constraints for the margins. In other examples, in order to determine {right arrow over (Θ)}MAP subject to boundary conditions, the vectors and {right arrow over (x)}1, {right arrow over (x)}2 {right arrow over (y)}1, and {right arrow over (y)}2 the variances α1−1, α2−1, β1−1, and β2−1 and the constants W1, W2, H1, and H2, are inserted into the linear equation A{right arrow over (Θ)}MAP={right arrow over (b)} and the matrix equation solved numerically for the parameter vector {right arrow over (Θ)}MAP subject to the boundary conditions on the parameters of {right arrow over (Θ)}MAP. The matrix equation A{right arrow over (Θ)}MAP={right arrow over (b)} can be solved using any numerical method for solving matrix equations subject to boundary conditions on the vector {right arrow over (Θ)}MAP, such as the conjugate gradient method.
In block 801, streams of text and associated image data are input. In block 802, pagination is performed to determine the content for each page of the document. In block 803, a style sheet can selected for the templates of the document, as described in the subsection titled Template Parameters. The style sheet parameters can be used for each page of the document. In block 804, a template for a page of the document is selected, such as the example document templates described about the subsection title Template Parameters. A template can be selected based on a number of different criteria. For example, the document designer can be presented with a variety of different templates to choose from and the document designer selects the template. In other examples, the template can be selected so that the text describing the contents of each image appear on the same page as the image or appear on the subsequent or preceding page of the document.
In block 805, elements of the vectors {right arrow over (W)}, {right arrow over (H)}, {right arrow over (x)}, and {right arrow over (y)} are determined as described in the subsection Template Parameters. In block 803, mean values corresponding to the widths Wi and Hj, the variances αi−1 and βj−1, and bounds for the parameters of the parameter vector {right arrow over (Θ)} are input. In block 807, the parameter vector {right arrow over (Θ)}MAP that maximizes the posterior probability P({right arrow over (Θ)}|{right arrow over (W)}, {right arrow over (H)}, {right arrow over (x)}, {right arrow over (y)}) is determined as described above. Elements of the parameter vector {right arrow over (Θ)}MAP can be determined by solving the matrix equation A{right arrow over (Θ)}MAP={right arrow over (b)} for {right arrow over (Θ)}MAP using the conjugate gradient method or any other matrix equation solvers where the elements of the vector {right arrow over (Θ)}MAP are subject to boundary conditions, such as minimum constraints placed on the margins. In block 808, once the parameter vector {right arrow over (Θ)}MAP is determined, rescaled dimensions of the images and widths of the white spaces can be obtained by multiplying dimensions of the template elements by the corresponding parameters of the parameter vector {right arrow over (Θ)}MAP. The template page can then be rendered with the images and text placed in appropriate image and text fields. The template page can be rendered by displaying the page on monitor, television set, or any other suitable display, or the template page can be rendered by printing the page on a sheet of paper of an appropriate size. In block 809, when another page of the document is to be prepared, blocks 804, 805, 807, and 808 are repeated. Otherwise, the method proceeds to block 810 where a second document can be prepared by repeating blocks 801-809.
Computer System
With reference to
In this example, computer system 900 includes an address/data bus 901 for conveying digital information between the various components, at least one central processor unit (CPU) 902 for processing the digital information and instructions, a volatile main memory 903 comprised of volatile random access memory (RAM) for storing the digital information and instructions, and a non-volatile read only memory (ROM) 904 for storing information and instructions of a more permanent nature. In addition, computer system 900 may also include a data storage device 905 (e.g., a magnetic, optical, flash, floppy, tape drive or the like) for storing vast amounts of data. It should be noted that the software program for creating an editable template from a document image can be stored either in volatile memory 903, data storage device 905, or in an external storage device (not shown).
Devices which can be coupled to computer system 900 include a display device 906 for displaying information to a computer user, an alpha-numeric input device 907 (e.g., a keyboard), and a cursor control device 908 (e.g., mouse, trackball, light pen, etc.) for inputting data, selections, updates, etc. Computer system 900 can also include a mechanism for emitting an audible signal (not shown). In addition, the display device 906 and alpha-numeric input device 907 may be combined such as a touch screen, capacitive sensor, or other type of interactive display capable of receiving user input.
Returning still to
Furthermore, computer system 900 can include an input/output (I/O) signal unit (e.g., interface) 909 for interfacing with a peripheral device 910 (e.g., a computer network, modem, mass storage device, etc.). Accordingly, computer system 900 may be coupled in a network, such as a client/server environment, whereby a number of clients (e.g., personal computers, workstations, portable computers, minicomputers, terminals, etc.) are used to run processes for performing desired tasks. In particular, computer system 900 can be coupled in a system for creating an editable template from a document.
Parameterized Template Rendering
For example of the present discussion is directed toward generation and rendering of a template based on a received non-template layout. Moreover, in one example, the rendering task and likelihood determination for generating a template based on the layout is also performed.
For example, the automation of the template rendering and optimization process provides a significant reduction in time and expense since no custom rendering or manual defining of an object function for parameter optimization is needed.
For example, the discussion provided herein differs with respect to templates 4A, 5A and 7A, in that the present discussion determines a template from an already generated layout. In contrast, templates 4A, 5A and 7A are directed toward determining document template parameters for displaying various page elements based on probabilistic models of document templates. In other words, instead of determining a template layout utilizing a probabilistic model after being provided with the number of image blocks, text blocks, image scale factors, paper margins, and the like to be lain out in the document, one example described herein generates a template based on a provided layout that already has the text blocks and image blocks placed thereon. It should be noted that in various embodiments, the processes described below are performed automatically.
With reference now to
For example, one example receives a layout 1000 upon which objects A-E have already been placed. For example, for purposes of clarity in the present discussion, each of objects A-E is either an image block or a text block.
Referring now to
With reference now to
Referring now to
For example, template producer 1300 receives a pre-defined layout 1000 and provides a tangible distinctly different generated template 1375. In other words, pre-defined layout 1000 is a single design such as a page 1 of a brochure, pamphlet or the like. In contrast, generated template 1375 is a template based on pre-defined layout 1000 that can be used to provide multiple pages having similar layouts.
For example, a car dealer may want a ten page car brochure wherein each page provides information about a different car. However, the car dealer may want a similar layout per page. Moreover, the car dealer may have drawn or may have had a professional designer draft a single page that represents the desired layout. Template producer 1300 would receive the single page layout 1000 and then provide generated template 1375 which can be used to produce multiple pages having the same or a similar layout as the original layout 1000. For example, the pages would have a similar layout but may be stretched or adjusted to fit the different content.
For example, graph parameterization module 1310 receives the original layout 1000 and generates a graph parameterization such as parameterization 1100 of
Recursive look-up module 1340 accesses the matrices of encoded information provided by incidence matrix encoder module 1330 such as matrices 1210 and 1220 of
For example, layout parameter module 1320, determines or receives parameter information about layout 1000. In general, parameter information may include, but is not limited to, image size (height and width), image scale factors, paper margins, text block size (height and width), white space (height or width), e.g., boundaries between blocks and the like.
Rendering module 1350 utilizes the different distance breakdown information from recursive look-up module 1340 and the parameter information from layout parameter module 1320 to determine the coordinates of at least two orthogonal sides of the selected block. In conjunction with the size parameters of the selected block, rendering module 1350 can render the block on the template in the appropriate location. Once all selected blocks of the layout have been rendered, rendering module 1350 outputs the generated template 1375. For example, all selected blocks of the layout 1000 include Blocks A-E. However, in another example, other input may cause one or more blocks of A-E to be ignored during the template producing process.
With reference now to
Referring now to 410 of
For example, the underlying graph structure is determined by utilizing guide objects that are vertical or horizontal lines that have absolute x or y coordinates. For example, in
For example, each object (vertex) may be of three types: an image block, a text block or a guide. For example, an example of a guide would be one or margins such as t, b, l, and r of
For example, guide objects may be vertical or horizontal lines that have absolute x or y co-ordinates. In another example, the guide objects do not need to be vertical or horizontal lines. For example, the guide objects may be one or more orthogonal diagonal lines that have known x or y co-ordinates.
In other words, if the guide objects are diagonal lines, the guide objects must provide enough known information to precisely identify the diagonal lines' location with respect to the layout. In other words, the known information must include two or more points, a single point and a slope of the line, or the like. For example, the guide object line may be defined by one or more coordinate points such as, but not limited to, a starting location, an ending location, any known coordinate point on the line, etc. However, if a single coordinate point is known, then the slope of the guide object line must also be known. In another example, the guide objects may include a combination of diagonal, vertical and horizontal lines.
For example, more than two guide object lines may be used. For example, as described below, by utilizing additional guide object lines a layout can be broken down into smaller layout sections. For example, one or more of the section is then parameterized in a graph, represented in the matrices and rendered.
With respect to the auto-generating likelihood function, parameters may be set to be equal, for example, for centering. In addition, a cut in a layout may be deemed as a guide to create two or more layout sections. For example, a cut in a layout may be as straight forward as a two column layout where images do not cross the centerline. For example, the parameters split across the guide such as shown below.
The following is one example of a parameter that is not split across a guide:
Now, an example of new parameter is shown after A to B is split by a guide m:
Thus, as illustrated in the above examples, the addition of a guide does not detrimentally impact either the rendering or likelihood functions. Instead, as can be seen, the addition of guide m merely adds another column and row to the matrices, but does not change the template rendering operation.
For example, all paths from guide to guide are enumerated. In another example, paths may be linked to allow for joint optimization. For example, for text flow in a multi-column layout. For example, each path results in a vector {right arrow over (x)} (or a vector {right arrow over (y)}) and an overall path width W (or height H).
Thus, for example, the likelihood function over paths may be derived as shown below:
Please note, this equation is equation (2) and is described previously herein including at least the discussion of
With reference now to 420 of
For example, with respect to
With reference now to 430 of
For example, the text block size (height and width) may be a constant for all text blocks. Similarly, for example, the white space size (height or width) may be a constant between all objects. However, in another example, the white space size may differ between objects. In yet another example, the text block size may differ between text blocks.
For example, an image block in the non-template single page graphic layout has an associated scale parameter. The scale parameter may be manually provided, or may be generated. For example, the graphic layout may be scanned and a scale parameter for the image block may be generated. In another example, the scale parameter may be manually provided by the maker of the single page graphic layout.
Referring now to 440 of
For example, once the two incidence matrices 1210 and 1220 are filled per the graph parameterization 1100 and the template parameters are determined, recursive lookups utilizing incidence matrices 1210 and 1220 can be used to generate the x and y-coordinates of any objects A-E to be rendered.
For example, with respect to incidence matrix 1210, template producer 1300 determines the left side x-coordinate of block E(xE):
xE=θCE+WC+θlC
where
ΘCE is the width of the white space between the block C and block E,
WC is the width of C,
θlC is the width of the white space between the left (l) margin and block C.
In other words, as shown by the above equation, to find the left side x-coordinate of block E(xE), the template producer 1300 would access matrix 1210 and search column E. The result is distance (ΘCE): the total width of the white space between the right side of block C and the left side of block E.
The template producer 1300 would then find the value defining the width of block C. For example, if block C is a text block having a constant size, the template producer 1300 would use the constant width size. In another example, if block C is an image block template producer 1300 would use the width of the image block C.
Template producer 1300 would then access matrix 1210 and search column C. The result is distance (θlC): the total width of the white space between the left (l) margin and the left side of block C.
For example, template producer 1300 would recognize that the left (l) margin is the known starting point, e.g., the guide object in the horizontal direction, and know that no further distance measurements or matrix 1210 recursive lookups are needed.
Then, by adding the total width of the white space between the right side of block C and the left side of block E (ΘCE), the width of C(WC) and the total width of the white space between the left (l) margin and the left side of block C(θlC); the total distance between the x-coordinate guide object and the left side of block E is determined. That is, the x-coordinate location for the left side of block E is now a known.
However, knowing the x-coordinate location for the left side of block E is not enough information to render block E. In other words, although the x-coordinate location for the left side of block E is known, and the width and height of block E are also known; a y-coordinate, e.g., the location of a top or bottom edge of block E, is not known.
Template producer 1300 now utilizes incidence matrix 1220 to determine the bottom (b) side y-coordinate of box E using the same automated recursive lookup methodology (yE):
yE=θbE
where
ΘbE is height of the white space between the bottom (b) margin and block E.
In other words, as shown by the above equation, to find the bottom side y-coordinate of block E(yE), the template producer 1300 would access matrix 1220 and search column E. The result is distance (θbE): the total height of the white space between the bottom (b) margin and the bottom side of block E.
For example, template producer 1300 would recognize that the bottom (b) margin is the known y-coordinate starting point, e.g., the guide object in the vertical direction, and that no further distance measurements or matrix 1220 recursive lookups are needed. As such, the total distance between the y-coordinate guide object and the bottom side of block E is determined to be the distance θbE. The y-coordinate location of the bottom (b) of block E is now known.
By utilizing the x-coordinate (xE) for the left side of block E, the y-coordinate (yE) for the bottom side of block E, and the height and width of block E; block E can be rendered on a template without requiring any manual interaction.
For purposes of clarity, an example of a second recursive lookup utilizing incidence matrices 1210 and 1220 to generate the x and y-coordinates of object D is provided. However, since in various embodiments the procedure is automatically performed, this example will not be as detailed as the example provided for finding the x and y-coordinates of block E. Again, by finding the x and y coordinates of object D, object D can be rendered on a template.
For example, to find the x-coordinate of the left side of block D, template producer 1300 accesses matrix 1210 and searches column D. The result is distance (θCD): the total width of the white space between the right side of block C and the left side of block D.
Template producer 1300 would then find the value defining the width of block C. Template producer 1300 would then access matrix 1210 and search column C. The result is distance (θlC): the total width of the white space between the left (l) margin and the left side of block C.
As previously described, template producer 1300 would recognize that the left (l) margin is the guide object in the horizontal direction and that no further distance measurements or matrix 1210 recursive lookups are needed.
The resultant left side x-coordinate of block D(xD) is shown as:
xD=θCD+WC+θlC
Template producer 1300 now utilizes incidence matrix 1220 to determine the bottom (b) side y-coordinate of box D. For example, a search of column D provides a result distance (θED): the total height of the white space between the top side of block E and the bottom side of block D.
Template producer 1300 would then find the value defining the height of block E(HE). Template producer 1300 would then access matrix 1210 and search column E. The result is distance (θbE): the total height of the white space between the bottom (b) margin and the bottom side of block E.
As previously described, template producer 1300 would recognize that the bottom (b) margin is the guide object in the vertical direction and that no further distance measurements or matrix 1220 recursive lookups are needed.
The resultant bottom side y-coordinate of block D(yD) is shown as:
yD=θED+HE+θbE
By utilizing the x-coordinate (xD) for the left side of block D, the y-coordinate (yD) for the bottom side of block D, and the height and width of block D; block D can be rendered on a template without requiring any manual interaction.
Referring now to 450 of
In addition, rendering module 1350 utilizes the parameter information from layout parameter module 1320 pertaining to the specific block. For example, the size (width and height) of block D. Once the specific left side and bottom side location coordinates along with the size parameters of block D, have been determined, rendering module 1350 can render the block on the template. Once the blocks of the layout have been rendered, rendering module 1350 outputs the generated template 1375.
A number of examples are thus described. While being described in particular examples, it should not be construed as limited by such examples, but rather construed according to the following claims.
Number | Name | Date | Kind |
---|---|---|---|
5848184 | Taylor et al. | Dec 1998 | A |
20020163518 | Rising et al. | Nov 2002 | A1 |
20070003166 | Berkner | Jan 2007 | A1 |
20080144942 | Besley et al. | Jun 2008 | A1 |
Entry |
---|
Iria et al, “Web News Categorization using a Cross-Media Document Graph”, 2009, ACM, pp. 1-8. |