SO 層に Aldoc1 という名前の Azure Al Document Intelligence リソースが含まれる Azure サブスクリプションがあります。
次の表に示すような嘘があります。

AIdoc1 を使用してカスタム抽出モデルをトレーニングする必要があります。
Document Intelligence Studio にアップロードできるファイルはどれですか?
正解:A
You have an Azure AI Document Intelligence resource named AIDoc1 in the S0 tier.
You need to identify which files can be uploaded to Document Intelligence Studio for training a custom extraction model.
* Supported formats: PDF, TIFF, JPG, PNG, BMP.
* Maximum file size: 500 MB per document.
* Password-protected documents: Not supported.
* S0 tier limits: Same as above (50 pages per document limit also applies).
Now checking the given files:
* File1 (JPG, 400 MB, No password) # Supported (under 500 MB, allowed format).
* File2 (PDF, 250 MB, No password) # Supported.
* File3 (PNG, 180 MB, Password-protected) # Not supported (password locked).
* File4 (XLSX, 900 MB) # Not supported (format not supported, exceeds 500 MB).
* File5 (PDF, 160 MB, Password-protected) # Not supported (password locked).
The answer: C. File1, File2, and File4 only # Wait, check again: XLSX is not supported, so File4 is invalid. Only File1 and File2 are valid.
The answer: A. File1, and File2 only