Flick reads documents through a browser extension, then fills any form on the tab you're using. You decide which fields it should look for — no coding involved.
“Flick it, it fills.”
↓ scroll to watch it read a document
Sales Invoice
Invoice No.
INV-2026-0842
Customer Name
PT Sinar Abadi
Date
03-09-2026
Item Description
50 boxes Indomie Goreng, 20 boxes ABC Soy Sauce
Total
Rp 4,250,000
Invoice Entry Form
FlickInvoice No.
Customer Name
Date
Item Description
Total
Sales Invoice
Invoice No.
INV-2026-0842
Customer Name
PT Sinar Abadi
Date
03-09-2026
Item Description
50 boxes Indomie Goreng, 20 boxes ABC Soy Sauce
Total
Rp 4,250,000
Invoice Entry Form
FlickInvoice No.
Customer Name
Date
Item Description
Total
Adding a new document type happens in the dashboard — no app update, and it works right away.
Set up without code
Just list the fields and patterns you want read, in the dashboard. A new document type means new settings, not a new build.
Two reading engines
PaddleOCR does the heavy lifting. If it's unavailable, Flick quietly switches to CnOCR.
Fixes common mistakes
Common misreads — like an O read as a 0 — get corrected automatically, with validation built in.
Works everywhere you do
The exact same extension for Chrome, Edge, and Firefox.
Fits any form
Works on any web form — recognized through a data attribute, the page layout, or the label text.
Each field gets a pattern to match, plus optional auto-fixes and validation — all set from the dashboard, not code.
{
"key": "no_rm",
"label": "No. Rekam Medis",
"patterns": ["RM[- ]?0*\d{4,6}\b"],
"validate": "digits:6",
"autocorrect": {
"confusions": { "O": "0", "l": "1" }
}
}A sample rule for the “patient registration” document type
Payment here is still simulated.
Starter
Rp 99.000/mo
Rp 990.000/yr · 2 months free
Pro
Rp 299.000/mo
Rp 2.990.000/yr · 2 months free
Enterprise
Rp 999.000/mo
Rp 9.990.000/yr · 2 months free
Listing fields and regex rules takes a bit of practice. If you'd rather skip the setup, we can help implement Flick for your company or workflow — document types, reading rules, and rollout included.
Two sample forms are ready to test: patient registration and inventory stock.
Manage reading rules