它完全取决于是否存在真实文本。 从文档生成的 PDF 带有实际文本层, 并且可以搜索; 从扫描或图像中创建的 PDF 是文本图, 而不是, 直到 OCR 添加一个层 。 / pdf- ocr/ 这样做, 并且值得在任何转换之前运行, 以便阅读这些词 。
转换器自动检测到我的 PDF 中的章节吗?
+
Yes — Heading 1 / Heading 2 styles in the PDF become EPUB chapters by default. If your PDF uses inconsistent headings, the advanced "chapter marker" option lets you specify a regex (e.g. `^Chapter \d+`) to override the heuristic.