Question

DjVu file format

  • 29 November 2018
  • 3 replies
  • 15 views

Userlevel 2
Badge +16

Has anybody ever extracted data from DjVu files, using FME?

Is it possible at all?

 

Here is a link to a description of the format: DjVu on Wikepedia

 

Any help is appreciated.


3 replies

Badge +3

@erik_jan

doesn't look like.

 

Maybe you can use a batch file to control DjVu Converter or the Universal Document Converter. (both are free)

Badge +9

My advise is to use a SystemCaller calling ImageMagick (https://www.imagemagick.org/script/formats.php) and convert the DJVU file to a format FME reads and then a FeatureReader to read it back in to FME:

Userlevel 2
Badge +16

And any suggestions on how to create a DjVu file from a format that FME can write?

Reply