Releases: Pixelnetica/android-pdf-ocr-document-scanner
Releases · Pixelnetica/android-pdf-ocr-document-scanner
v3.0.1 release
-
New: Optical Character Recognition (OCR) option with support for over 100 languages.
- Runs entirely on-device, ensuring privacy and offline access by avoiding cloud processing.
- Handles multi-language documents in one process, with support for right-to-left (RTL) languages.
- Includes manual correction tools to improve accuracy.
- Export results as layered PDFs or plain text (TXT) files.
-
New: Smart orientation detection that automatically adjusts the orientation of scanned documents based on their content.
-
New: PDF composing engine.
- Implements cutting-edge image compression techniques, delivering highly efficient file size reduction.
- Reduces file size by up to 90% for color and gray-scale images and 50% for black-and-white images, which helps save storage space, improve archiving, and enable faster sharing in low-bandwidth areas.
- Offers flexible compression levels, from "Lossless" preservation to "Extreme" optimization for color and gray-scale images.
- Supports the generation of layered PDF documents (aka. sandwiched PDF document), embedding searchable text above image layers to facilitate indexing, searching, and copying of text content.
-
New: Key UI components are now modular and ready to integrate, including:
- Smart Camera module.
- OCR Language Management Interface.
- OCR results editor.
- Document border correction editor.
-
Update: EasyScan demo app:
- Features multi-page scanning, editing, storing, and sharing capabilities.
- Includes a smart camera with multi-page scanning and user guidance features.
- Built with Kotlin for a modern and efficient design.
-
Update: The API has been redesigned for better memory consumption, simplicity, and ease of integration, making it more accessible for developers working with diverse systems. For more information check new DSSDK API documentation.
v2.3.6 release
- Fixed: Pure black or white images processing.
Version 2.3.4 release
- Fixed: Document crop problems in some cases of manual document boundaries setup.
- Fixed: Minor memory leak on image processing.
- Updated: Supported architecture list reduced to armeabi-v7a, arm64-v8a, x86, x86_64 (removed armeabi, mips, mips64) due to Google support policy changes.
- Minor bug fixes and performance improvements.