FairScan 2.0 is out!
Scan a paper document and get a PDF where you can search and copy text.
I wrote a blog post about this new OCR feature and the work behind it:
https://fairscan.org/blog/when-a-scan-becomes-a-searchable-pdf/
| Website | https://fairscan.org |
| Blog | https://fairscan.org/blog/ |
FairScan 2.0 is out!
Scan a paper document and get a PDF where you can search and copy text.
I wrote a blog post about this new OCR feature and the work behind it:
https://fairscan.org/blog/when-a-scan-becomes-a-searchable-pdf/
FairScan 1.23.0 is now available.
You can now use FairScan directly from compatible Android apps and web forms that request a PDF.
Website -> FairScan -> PDF uploaded.
No intermediate save step required.
Thank you to k3b (on GitHub) and @bohwaz for the suggestion!
I released FairScan 1.22.1 today.
A user reported that version 1.22.0 added the ACCESS_NETWORK_STATE permission. That was definitely not intended.
The permission came from a transitive dependency introduced by a CameraX upgrade (Android's official camera library).
I've now explicitly removed the permission from the app manifest.
This was a good reminder that Android dependencies can silently add permissions to apps, which may partially explain why many apps end up requesting dozens of them.
FairScan 1.22.0 is out!
This release improves PDF page dimensions with automatic detection of standard paper formats like A4 or US Letter.
The app now combines projective geometry with camera metadata (focal length, sensor size, focus distance) to produce more consistent and realistic PDF page sizes.
Also included: Japanese translation
For a long time, I focused on improving FairScan's automatic document detection rather than adding manual edge adjustment.
FairScan 1.21.0 finally adds this feature, with a really polished user interface implemented by Philipp Hasper.
The workflow is also now even simpler: no more home screen, just open the app and start scanning.
FairScan 1.20.0 was released a few days ago. It improves perspective correction when scanning documents at an angle.
FairScan 1.15 and 1.16 improve automatic document detection and edge detection.
These updates make the automatic cropping more reliable across different kinds of documents.
I also wrote a short post about how FairScan turns a detected document into a clean quadrilateral, and why this step is trickier than it looks:
https://fairscan.org/blog/where-to-cut-automatic-document-cropping/