image-to-text
image-to-text copied to clipboard
Capacitor Plugin for image to text processing (OCR)
**Describe the bug** Importing TextDetections showed the (lint) error ' TextDetections not found in @capacitor-community/image-to-text' import/named' **To Reproduce** Import as described in the Read Me in a Vuejs/Quasar project **Expected...
**Is your feature request related to a problem? Please describe.** In Tesseract you have this.getPicture(this.camera.PictureSourceType.PHOTOLIBRARY); this.getPicture(this.camera.PictureSourceType.CAMERA); But nothing here from capacitor. **Describe the solution you'd like** Options to choose from...
I tryed to read base64 image with OCR without success. I use the capacitor camera and it worked well when i used : `resultType: CameraResultType.Uri,` Then: ``` const imageUrl =...
`NativePlugin` annotation is deprecated and will be deleted in the future, replaced it with `CapacitorPlugin`. Also removed some unused imports.
To prevent issues such as https://github.com/capacitor-community/image-to-text/issues/16 in the future, explicitly set the kotlin jvmTarget to match the java version.
image-to-text plugin is causing issues on Capacitor 7.1.0 apps, preventing the new `adjustMarginsForEdgeToEdge` config from working because of image-to-text plugin having the unused `android/src/main/res/layout/bridge_layout_main.xml` file, which is making Capacitor load...
**Describe the bug** When this plugin is used with Capacitor 7 on Android 15, the margins for edge-to-edge that Capacitor sets are always 0. This issue describes the problem: [https://github.com/ionic-team/capacitor/issues/7917](https://github.com/ionic-team/capacitor/issues/7917)...
**Describe the bug** A clear and concise description of what the bug is. I'm using [file picker plugin](https://github.com/capawesome-team/capacitor-plugins/tree/main/packages/file-picker) from capawesome when I pass the path to this plugin i get...