Hi,
I am thinking of experimenting with text manipulation in Pdf.Js, e.g. do
spell correction before display. Currently, the text extraction is done in
Canvas code right before rendering. Is there a better place where that
could be done?
I looked at Partial Evaluator's extractTextContent, which gets me all the
text on a page, however, there's no scope of updating text there which will
get picked up by Canvas later. Any pointers will be highly appreciated.
Or should I wait for the 'Text Search/Text Extraction' work that
Julian/Brendan/Artur were referring to in one of the threads before I
embark on my experiment. If yes, is there a timeframe when that rework will
be done?
On Thursday, August 23, 2012 2:32:17 PM UTC-4, Sunil Agrawal wrote:
> Hi,
> I am thinking of experimenting with text manipulation in Pdf.Js, e.g. do
> spell correction before display. Currently, the text extraction is done in
> Canvas code right before rendering. Is there a better place where that
> could be done?
> I looked at Partial Evaluator's extractTextContent, which gets me all the
> text on a page, however, there's no scope of updating text there which will
> get picked up by Canvas later. Any pointers will be highly appreciated.
> Or should I wait for the 'Text Search/Text Extraction' work that
> Julian/Brendan/Artur were referring to in one of the threads before I
> embark on my experiment. If yes, is there a timeframe when that rework will
> be done?
> Thanks, Sunil
I am also interesting in maipulating text. I would like to add hyper links to other pdf or sections in the document based on the referencing text. Thinking of dynamically linking legislation.
On Sun, Nov 25, 2012 at 7:53 PM, <leonles...@gmail.com> wrote:
> On Thursday, August 23, 2012 2:32:17 PM UTC-4, Sunil Agrawal wrote:
>> Hi,
>> I am thinking of experimenting with text manipulation in Pdf.Js, e.g. do
>> spell correction before display. Currently, the text extraction is done in
>> Canvas code right before rendering. Is there a better place where that
>> could be done?
>> I looked at Partial Evaluator's extractTextContent, which gets me all the
>> text on a page, however, there's no scope of updating text there which will
>> get picked up by Canvas later. Any pointers will be highly appreciated.
>> Or should I wait for the 'Text Search/Text Extraction' work that
>> Julian/Brendan/Artur were referring to in one of the threads before I
>> embark on my experiment. If yes, is there a timeframe when that rework will
>> be done?
>> Thanks, Sunil
> I am also interesting in maipulating text. I would like to add hyper links to other pdf or sections in the document based on the referencing text. Thinking of dynamically linking legislation.
> _______________________________________________
> dev-pdf-js mailing list
> dev-pdf...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-pdf-js
On Sun, Nov 25, 2012 at 7:53 PM, <leonles...@gmail.com> wrote:
> On Thursday, August 23, 2012 2:32:17 PM UTC-4, Sunil Agrawal wrote:
>> Hi,
>> I am thinking of experimenting with text manipulation in Pdf.Js, e.g. do
>> spell correction before display. Currently, the text extraction is done in
>> Canvas code right before rendering. Is there a better place where that
>> could be done?
>> I looked at Partial Evaluator's extractTextContent, which gets me all the
>> text on a page, however, there's no scope of updating text there which will
>> get picked up by Canvas later. Any pointers will be highly appreciated.
>> Or should I wait for the 'Text Search/Text Extraction' work that
>> Julian/Brendan/Artur were referring to in one of the threads before I
>> embark on my experiment. If yes, is there a timeframe when that rework will
>> be done?
>> Thanks, Sunil
> I am also interesting in maipulating text. I would like to add hyper links to other pdf or sections in the document based on the referencing text. Thinking of dynamically linking legislation.
> _______________________________________________
> dev-pdf-js mailing list
> dev-pdf...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-pdf-js
On Thursday, August 23, 2012 2:32:17 PM UTC-4, Sunil Agrawal wrote:
> Hi,
> I am thinking of experimenting with text manipulation in Pdf.Js, e.g. do
> spell correction before display. Currently, the text extraction is done in
> Canvas code right before rendering. Is there a better place where that
> could be done?
> I looked at Partial Evaluator's extractTextContent, which gets me all the
> text on a page, however, there's no scope of updating text there which will
> get picked up by Canvas later. Any pointers will be highly appreciated.
> Or should I wait for the 'Text Search/Text Extraction' work that
> Julian/Brendan/Artur were referring to in one of the threads before I
> embark on my experiment. If yes, is there a timeframe when that rework will
> be done?
> Thanks, Sunil
I am also interesting in maipulating text. I would like to add hyper links to other pdf or sections in the document based on the referencing text. Thinking of dynamically linking legislation.