Release Notes

Have a feature request? Contact us

For additional information about prior or other release versions, please see our detailed release notes.

3.5.0 - 2024/08/26

Changes & additions

  • Added EXIF data to all taken images.

  • Added acceptedFileUploadTypes configuration option to specify accepted file upload types. This property is instantiated as a FileUploadTypes instance with boolean properties to enable or disabled jpg, png and pdf.

  • Improved default media constraints to reduce overall image sizes by specifying a range with a maximum and a minimum value for dimensions, with a fallback in case an error occurs.

Bug fixes

  • Aligned companion API to be up to date with current UI capabilities:

    • Configurable DataExtractionHeaders property in appsettings. These settings are now added to the backend OCR request.

    • Added WordConfidenceResults to data extraction result.

    • Added CroppedFrontImage to data extraction result.

    • Added CroppedBackImage to data extraction result.

    • Changed trusted source verification to occur in the companion API before sending the request off to backend OCR services.

Last updated