filak
filak
Thank you for a great library ! I have been using Diskcache with Flask for some time, but not with all the possible Flask-Caching features. I have just subclassed the...
I have encountered the same strip and output errors. I have done some testing using curl and Apache 2.4 with current IIPImage Windows 10 build - Memcached not used. My...
@ruven Might that be just a false error(s) related to cached images size checking ?
I have been playing with setting different (higher) *FcgidOutputBufferSize* as suggested here https://github.com/ruven/iipsrv/issues/65 but this does not seem to have much effect.
I see no FIF errors using the recent IIP version (https://github.com/ruven/iipsrv/commit/93241f8db841e4bd42ae53f94f45af7552086c72) - either with/without Memcached support.
I have not tried VS 2010 but I have built it successfully in VS 2017 Community edition. I have just finished the guide: https://github.com/filak/IIPImage-on-Windows
According to the ALTO XSD the SP tag is optional - minOccurs="0" And I do not see a way how to reliably calculate HEIGHT/WIDTH/VPOS/HPOS attributes from the hOCR data for...
@albig IMHO the second one seems better from user perspective - it is more readable/compact.
It seems the TopMargin, LeftMargin, RightMargin and BottomMargin sub-elements under Page element are NOT covered in the transformation, only Page/PrintSpace. I can add these, should be simple, ie. for BottomMargin:...
Well, I have tried and it works for the BottomMargin. I think TopMargin and BottomMargin might work if converted into ocr_page DIV, but the LeftMargin and RightMargin should go somewhere...