Tiff壓縮警告
Curtis Chau
Updated: 2025年10月13日
當使用IronOCR轉換或處理TIFF檔案時,使用者在運行過程中可能會遇到以下警告。
in-memory: Warning, incorrect count for field "JpegQTables" (0, expecting 1); tag ignored
in-memory: Warning, incorrect count for field "JpegDcTables" (0, expecting 1); tag ignored
in-memory: Warning, incorrect count for field "JpegAcTables" (0, expecting 1); tag ignored
in-memory: Warning, incorrect count for field "JpegQTables" (0, expecting 1); tag ignored
in-memory: Warning, incorrect count for field "JpegDcTables" (0, expecting 1); tag ignored
in-memory: Warning, incorrect count for field "JpegAcTables" (0, expecting 1); tag ignored
OJPEGSetupDecode: Warning, Depreciated and troublesome old-style JPEG compression mode, please convert to new-style JPEG compression and notify vendor of writing software
Text
說明
當處理使用舊壓縮方法的TIFF圖像時,這些警告是由ImageMagick(通過libtiff)生成的。 它建議使用新的JPEG壓縮方式。 關於此警告的更多資訊,請參閱此頁面。
這些警告不會干擾使用OCR從圖像中提取文字。 過程將正常進行,而這些警告純屬資訊性。 對於未來版本的IronOcr(v2025.5.x),我們將禁用這些警告以防混亂。

技術作家
Curtis Chau擁有Carleton大學的電腦科學學士學位,專精於前端開發,擁有Node.js、TypeScript、JavaScript和React的專業知識。Curtis熱衷於建立直觀且美觀的使用者介面,喜愛使用現代框架並建立結構良好、視覺吸引力的手冊。
...
閱讀更多