Summary: | Crash when performing OCR on certain PDF pages | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Pavel Hanak <hanakp> |
Component: | PDF Writer | Assignee: | Default assignee <ghostpdl-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | 10.05.1 | ||
Hardware: | PC | ||
OS: | Windows 10 | ||
Customer: | Word Size: | --- | |
Attachments: |
OCR crash samples
reduced file |
Description
Pavel Hanak
2025-05-18 11:24:06 UTC
Created attachment 26838 [details]
reduced file
Added much smaller sample file
Fixed in commit ebe87bf7b7971e6ec636216ec9bce9168ee83f40 The problem was confusion over what state the device was in when rendering a type 3 font for OCR. Note that we do not cache glyphs of this type (see bug #708548 for information on why this is relevant) so these glyphs are not subject to OCR. |