LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Any Nodes to Open PDF files

    Employee
    Posted 03-02-2015 02:00

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: joe1

    Hi,

    Does Lavastorm support loading pdf files? Any work around?

    Will Lavastorm have nodes to support loading PDF files in the near future?

    Thks


  • 2.  RE: Any Nodes to Open PDF files

    Employee
    Posted 03-02-2015 07:40

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    If you mean using a PDF as an input source, no, we don't currently have anything that will "read" a PDF.
    The trouble is that the PDF format is very tricky data format. Sometimes it's text, sometimes it's just a bitmap image.
    The best thing to do is pass the PDF thru some external OCR reader and then bring the data into LAE.
    We do not have an OCR-input product at this time.


  • 3.  RE: Any Nodes to Open PDF files

    Employee
    Posted 03-04-2015 01:20

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Tim Meagher

    Hey,

    I put together a prototype node with some limited PDF parsing support a while ago and posted it to the Lavastorm Labs section of the forums here: http://community.lavastorm.com/threa...action-Example
    It has the limitations that Stony mentions above, so for things like bitmap style PDFs it will be pretty useless, and generally won't work well if there are any graphics in the PDF I don't think.
    It just uses a 3rd party PDF reading library (use at own risk).
    So ... not really sure how useful it is, but for some very simple PDFs it could be helpful.

    In order to get the node you'll need to request access to the Lavastorm Labs section of the forums via the Group Membershipsection of the Control Panel.

    Tim.