> For the complete documentation index, see [llms.txt](https://docs.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.docbits.com/administration-and-setup/settings/document-processing/module/doc-scan.md).

# Doc Scan

***

### description: Doc Scan offers very easy Document creation via your local Scanner.

## Doc Scan

#### Download Scanner Software

Click Scan Document on the DocBits Dashboard

<figure><img src="/files/fTY5hQkjlS5yr5NGb81o" alt="Doc Scan Dashboard Button"><figcaption></figcaption></figure>

As your scanner is not installed yet, you

<figure><img src="/files/rZMwg7Jzf3GNOMRUmPRu" alt="Doc Scan Download Prompt"><figcaption></figcaption></figure>

Depending on which operating system you use, press the appropriate button to download.

Open the installation file and you will see the following

<figure><img src="/files/fN2zktX3qVYyjgj284fl" alt="Doc Scan Installer Start"><figcaption></figcaption></figure>

Click on `Continue`, accept the Software License Agreement with `Agree` and continue to install the software.

Installing this software requires 33,6 MB of space. You can change the install location before clicking `Install` in the next step.

As soon as the following screen is displayed you

<figure><img src="/files/bUutcCk9gCMAzX03bV2G" alt="Doc Scan Installation Complete"><figcaption></figcaption></figure>

Open web browser to test if the app works by entering: <https://local.polydocs.io:12500/> If you see this message on the screen, you must first configure some settings in your FritzBox network settings if you are using one.

<figure><img src="/files/w9rD5njsWiltT4sPtkOB" alt="Doc Scan Browser Test Error"><figcaption></figcaption></figure>

When you see this screen you are ready to click on DocBits.

<figure><img src="/files/646EkLDjyubRfLVBJkdw" alt="Doc Scan Browser Test Success"><figcaption></figcaption></figure>

You will be redirected to the DocBits login page where you can enter your credentials to access your dashboard.

<figure><img src="/files/WT2q8HaZvMtALx5sm7bC" alt="Doc Scan Login Redirect"><figcaption></figcaption></figure>

All you have to do now is activate Doc Scan in the settings under Modules.

<figure><img src="/files/TUQWpvUKNAaxFOxhN8PA" alt="Doc Scan Module Settings"><figcaption></figcaption></figure>

#### FritzBox network settings

If you get the following error after installing and calling up the url <https://local.polydocs.io:12500/>, here are the reasons:– DNS resolution of private IP addresses not possible.– DNS resolution for domain names that refer to private IP addresses in the FRITZ!Box home network is not possible via the FRITZ!Box. This means that server services in the FRITZ!Box home network cannot be accessed via the domain name. You may see one of the following error messages:“DNS timed out”“DNS request timed out” *Caused* For security reasons, the FRITZ!Box suppresses DNS responses that refer to IP addresses in your own home network. This is a security feature of the FRITZ!Box to protect against so-called DNS rebinding attacks. If you use a FritzBox, you must first make the following settings in the FritzBox menu:

1. In the FRITZ!Box user interface, click on `Heimnetz`.
2. `Heimnetz` Click in the menu `Netzwerk`.
3. Click on the tab `Netzwerkeinstellungen`.

In the Hostname exceptions `DNS-Rebind-Schutz section`, enter local.polydocs.io for which DNS rebind protection should not apply. Confirm with .`Übernehmen`

#### Uninstall Doc2Scan Service Manager

Run the following command to uninstall Doc2Scan Manager:

```javascript
sudo bash /Library/doc2scan/uninstall.sh
```

Copy

#### Scanner Compatability

**Legend:**

* Yes – device works perfectly
* No – protocol not supported by device
* ? – device works with sane-airscan, but protocol is not reported by user
* Space – author has no information on this mode/device combination

**Definitions:**

* eSCL stands for Airscan is a SANE WebScan frontend that supports Apple
* WSD stands for

| Device                            | eSCL mode | WSD mode |
| --------------------------------- | --------- | -------- |
| Brother ADS-2700W                 | No        | Yes      |
| Brother DCP-7055W                 | No        | Yes      |
| Brother DCP-9020CDW               | No        | Yes      |
| Brother DCP-J552DW                | No        | Yes      |
| Brother DCP-L2540DW               | No        | Yes      |
| Brother DCP-L2550DN / DCP-L2550DW | Yes       |          |
| Brother HL-L2380DW series         | No        | Yes      |
| Brother HL-L2395DW series         | Yes       |          |
| Brother MFC-7360N                 | No        | Yes      |
| Brother MFC-8710DW                | No        | Yes      |

Showing 1 to 10 of 151 entriesPreviousNext


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.docbits.com/administration-and-setup/settings/document-processing/module/doc-scan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
