Skip to content

v1.1.4 Stable Release

Compare
Choose a tag to compare
@modesty modesty released this 18 Mar 04:56
· 223 commits to master since this release

Breaking Changes:

v1.0.8 fixed issue 27, it converts x coordinate with the same ratio as y, which is 24 (96/4), rather than 8.7 (96/11), please adjust client renderer accordingly when position all elements' x coordinate.

v1.1.4 unified event data structure: only when you handle these top level events, no change if you use commandline
event "pdfParser_dataError": {"parserError": errObj}
event "pdfParser_dataReady": {"formImage": parseOutput}

v1.1.4 starts to support PDFParser as a transform stream.