Lihang Xu

Results 194 comments of Lihang Xu

Currently, the custom workflow only supports the following settings: ![image](https://user-images.githubusercontent.com/5462205/147397579-8c9b5b2a-7250-45c5-a168-1efe8641bf17.png) The heuristic detection in batch mode will get text area confidence and remove low confidence areas automatically. It cannot do...

You can run it through cli using its silent translator: https://imagetrans.readthedocs.io/en/latest/tools.html#id3

You can check out the server version: https://github.com/xulihang/ImageTrans_Server/blob/main/Translate.bas

Let's take heuristic detection for example: command: ``` java -jar .\ImageTrans.jar .\ja2en.json false true out .\fileList.txt ``` This will output three files in the out/(md5 hash of the image) dir:...

> Did you install `react-native-worklets-core`? Yes. I do have it installed: https://github.com/tony-xlh/vision-camera-dynamsoft-barcode-reader/blob/34b367ea4539bac219ad1113ba32ca480efaef80/example/package.json#L16-L17 ``` "react-native-vision-camera": "^3.5.1", "react-native-worklets-core": "https://github.com/margelo/react-native-worklets-core.git#800cf1b2cc65704cf5dfbc725aef1ac1dff32481" ```

I see. I will add it as a devDependency to have a try.

I've added the dependency and now I am getting the following error: ``` ERROR Invariant Violation: Tried to register two views with the same name CameraView, js engine: hermes at...

In the log of the native side, I can see that the plugin is found. ``` Loading react-native-worklets-core... 2023-10-25 10:28:38.438 8052-8198 ReactNativeJS com...dynamsoftbarcodereaderexample I Worklets loaded successfully 2023-10-25 10:28:38.446 8052-8198...

@mrousavy Might be related to this issue: https://github.com/mrousavy/react-native-vision-camera/issues/626 ?