14,974
edits
mNo edit summary |
No edit summary |
||
| Line 43: | Line 43: | ||
|| No | || No | ||
|| able to locate the keywords you typed | || able to locate the keywords you typed | ||
|- | |- | ||
| | | | ||
| Line 140: | Line 133: | ||
* Locate the keywords you type: ok | * Locate the keywords you type: ok | ||
* Support boolean search: (1) {{kbd | key=<nowiki>OR</nowiki>}}: To matches the content contains {{kbd | key=<nowiki>TERM_A</nowiki>}} or {{kbd | key=<nowiki>TERM_A</nowiki>}} e.g. {{kbd | key=<nowiki>pdfgrep -n --max-count 10 TERM_A|TERM_B foo.pdf</nowiki>}} (2) {{kbd | key=<nowiki>AND</nowiki>}}: Add the option {{kbd | key=<nowiki>-P, --perl-regexp</nowiki>}}<ref>[https://errerrors.blogspot.tw/2018/04/resolve-pdfgrep-pcre-support-disabled.html 解決 pdfgrep 正則表示式搜尋時遇到 PCRE support disabled at compile time!]</ref>. To matches the content contains {{kbd | key=<nowiki>TERM_A</nowiki>}} and {{kbd | key=<nowiki>TERM_B</nowiki>}} e.g. {{kbd | key=<nowiki>pdfgrep -n --max-count 10 -i -P '(?=.*TERM_A)(?=.*TERM_B).*' foo.pdf</nowiki>}} | * Support boolean search: (1) {{kbd | key=<nowiki>OR</nowiki>}}: To matches the content contains {{kbd | key=<nowiki>TERM_A</nowiki>}} or {{kbd | key=<nowiki>TERM_A</nowiki>}} e.g. {{kbd | key=<nowiki>pdfgrep -n --max-count 10 TERM_A|TERM_B foo.pdf</nowiki>}} (2) {{kbd | key=<nowiki>AND</nowiki>}}: Add the option {{kbd | key=<nowiki>-P, --perl-regexp</nowiki>}}<ref>[https://errerrors.blogspot.tw/2018/04/resolve-pdfgrep-pcre-support-disabled.html 解決 pdfgrep 正則表示式搜尋時遇到 PCRE support disabled at compile time!]</ref>. To matches the content contains {{kbd | key=<nowiki>TERM_A</nowiki>}} and {{kbd | key=<nowiki>TERM_B</nowiki>}} e.g. {{kbd | key=<nowiki>pdfgrep -n --max-count 10 -i -P '(?=.*TERM_A)(?=.*TERM_B).*' foo.pdf</nowiki>}} | ||
* Comments: | |||
''$'' [https://evernote.com/intl/zh-tw/ Evernote] {{access | date=2018-11-13}} | |||
* PDF type: Text-PDF / Image-PDF<ref>[https://help.evernote.com/hc/en-us/articles/208313388 Tips for searching scanned PDFs – Evernote Help & Learning] / [https://help.evernote.com/hc/zh-tw/articles/208313388 搜尋掃描的 PDF 檔小撇步 – 支援 & 學習中心]</ref> | |||
* Full text search: Available. Search syntax: {{kbd | key=<nowiki><KEYWORD> +resource:application/pdf</nowiki>}}<ref>[https://help.evernote.com/hc/en-us/articles/208313828 How to use Evernote's advanced search syntax – Evernote Help & Learning]</ref> | |||
* Metadata search: Available | |||
* Annotation search: | |||
* Chinese issue: ok | |||
* Indexing for better performance: | |||
* Locate the keywords you type: Highlight the keyword on search result snippets. But I could not locate the next/previous position of keyword. {{exclaim}} | |||
* Support boolean search: | |||
* Comments: | * Comments: | ||