# capacitor-plugin-baidu-ocr
**Repository Path**: 3433/capacitor-plugin-baidu-ocr
## Basic Information
- **Project Name**: capacitor-plugin-baidu-ocr
- **Description**: 百度OCR插件百度OCR插件
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-06-09
- **Last Updated**: 2022-07-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# capacitor-plugin-baidu-ocr
百度OCR
## Install
```bash
npm install capacitor-plugin-baidu-ocr
npx cap sync
```
## API
* [`echo(...)`](#echo)
### echo(...)
```typescript
echo(options: { value: string; }) => Promise<{ value: string; }>
```
| Param | Type |
| ------------- | ------------------------------- |
| **`options`** | { value: string; } |
**Returns:** Promise<{ value: string; }>
--------------------