Lihang Xu

Results 194 comments of Lihang Xu

I've rebased my code https://github.com/tony-xlh/vision-camera-dynamsoft-barcode-reader/tree/vision-camera-v3-new on [this ocr plugin](https://github.com/ismaelsousa/vision-camera-ocr/tree/v2) and this error no longer appears.

> Did we add that barcode reader to the community plugin docs? It has been added. Recent versions bring breaking changes. I have to update them to keep up with...

I figured out that I have to add vision camera and worklets-core into the peerDependencies: ```json "peerDependencies": { "react": "*", "react-native": "*", "react-native-vision-camera": "*", "react-native-worklets-core": "*" }, ```

I am encountering this error running the example: ``` Error: Unable to resolve module vision-camera-ocr from G:\vision-camera-ocr\example\src\App.tsx: vision-camera-ocr could not be found within the project or in these directories: node_modules...

> > I am encountering this error running the example: > > ``` > > Error: Unable to resolve module vision-camera-ocr from G:\vision-camera-ocr\example\src\App.tsx: vision-camera-ocr could not be found within the...

I haven't added a bookmark feature. But in v1.6.0, it will record which image is opened lastly and it is possible to go the this image using a menu item....

This plugin allows getting the frame with reflection and taking a photo to a local file: https://github.com/xulihang/capacitor-plugin-camera I think the camera preview plugin should add such features as well.

Dynamsoft Barcode Reader has better performance. It can be replaced with libraries like [zxing-js](https://github.com/zxing-js/library/) with a bit of modification. You are free to do this by yourself.

我加个设置吧,可以自己用CSS去定义边框样式,比如用下面的样式让边框变成一个个点的样式。 ```css #textBox { -fx-border-style:dotted } ``` ![image](https://github.com/xulihang/ImageTrans-docs/assets/5462205/ed5716a5-2988-4231-8897-929548d6a6ab)