> For the complete documentation index, see [llms.txt](https://docs.certify.mn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.certify.mn/notly/verify-document/library.md).

# Library

Эх код <https://github.com/teo-mn/verify4js>

**Суулгахдаа**:

```sh
npm install verify4js
```

**Ашиглахдаа**:

```javascript
import * as Verify from "verify4js";

Verify.verify(pdfArrayBuffer, nodeUrl)
.then(res => { // console.log(res); })
.catch(err => { console.error(err.message); })
```

**Жишээ**

[React Example](https://github.com/Ochirsukh0819/React-Example-Verify4js) [Node Example](https://github.com/Adembe/Node-Example_Verify4js)

**Илүү дэлгэрэнгүйг** [README](https://github.com/teo-mn/verify4js#readme)-ээс уншаарай.
