docAnalyzer.ai FAQ - general
Frequently Asked Questions
-
PermaURL : What is docAnalyzer.ai?
-
PermaURL : How do I use docAnalyzer.ai?
-
PermaURL : What type of documents can I upload?
-
PermaURL : What is OCR and why is it necessary for some documents?
-
PermaURL : What if the sign-in magic link doesn't work?
-
PermaURL : How is my data handled? Is it secure?
-
PermaURL : How do I delete a workspace?
-
PermaURL : Are you planning new features?
-
The search filter supports simple glob patterns to match document names (and other searchable fields) more flexibly:
- * matches any sequence of characters, including none. Example:
report*
matches report, reports, report-2024.pdf - ? matches exactly one character. Example:
Q?_notes
matches Q1_notes, Q2_notes - {abc] character class matches one of the listed characters. Example:
file[12].pdf
matches file1.pdf and file2.pdf - {a,b,c} list/alternation matches any of the comma-separated alternatives. Example:
{spec,proposal}-*.pdf
- Escaping: prefix with
\
to search a literal wildcard. Example:budget\?2024
- Patterns are case-insensitive
- Empty input disables the filter
- Combine with other filters for narrower results
PermaURL : How do glob patterns work in the search filter? - * matches any sequence of characters, including none. Example: