microsoft / OCR-Form-Tools

A set of tools to use in Microsoft Azure Form Recognizer and OCR services.
MIT License
511 stars 174 forks source link

support bmp, tiff on 2.1-preview.2 #527

Open xinase opened 4 years ago

xinase commented 4 years ago

work with FR front-end and OCR to make sure these image formats are fully supported.

alex-krasn commented 4 years ago

@xinase On front end we 're support both formats fully. We've change the tool's behavior on MIME type checking - now we're not show message in UI - instead we console.err() it if there is mismatch of MIME type and file extension, thus to not confuse user. The only MIME type we're not 'support' (in MIME check) - is BigTIFF files, but those are >4Gb in size documents.