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.
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.
@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)
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:
And any suggestions on how to create a DjVu file from a format that FME can write?