design Module
Ready-to-use UI components for the scanning workflow. Screens and helpers cover cutout editing, reading recognised text, and managing OCR language data, so an application can assemble a complete scanning flow without building these pieces itself. Every component works directly with the scanning module’s types.
Packages
- com.pixelnetica.design.crop — The cutout-editing screen: a fragment where the user adjusts the detected outline, and the contract its host implements.
- com.pixelnetica.design.image — How the design screens display a page image: the crop surface’s appearance and the zoom behaviour.
- com.pixelnetica.design.lang — Managing the OCR language data an application can download and install.
- com.pixelnetica.design.read — The text-recognition screen: a fragment that runs recognition on a page and shows the result, and the contract its host implements.
- com.pixelnetica.design.view — A composable picture view with zoom and pan for showing a scan page.