You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,10 @@ Author: Guilherme Chehab
39
39
- Add support for stencil type and image encoding scans, changed default extraction method for unknown types/encodings
40
40
- Fix: create subpaths on error folder
41
41
- Fix: trying to reduce overhead on temporary folder
42
+
- 2.1/2.1.1
43
+
- Filter pipelines: disabled by default
44
+
- Color reduction: disabled by default
45
+
- Stock Ubuntu 20.x docker
42
46
43
47
## TODO:
44
48
- Changes get_imgs and OCR processing to enable pages with more than one image -- it would not work on previous versions that assumed #pages = #imgs. Version 1.0.1 counts them diferently but does not treat it adequately -- shall require better pdf´s internal structure handling
@@ -102,15 +106,15 @@ O OCR-Server também está disponível como um container Docker, permitindo o r
102
106
103
107
Para execução do serviço, basta que o docker instalado no servidor e executar o seguinte comando:
104
108
105
-
docker run --name <NOME_CONTAINER> -d -v <DIRETORIO_BASE>:/var/ocr-server guilhermeadc/ocr-server
109
+
docker run --name <NOME_CONTAINER> -d -v <DIRETORIO_BASE>:/var/ocr-server gchehab/ocr-server
106
110
107
111
Onde:
108
112
--name : Nome atribuído à instância do container. Ex: ocr-server
109
113
-d : Indicação executar o container em background
110
114
-v : Diretório de compartilhamento entre o servidor host e o container.
111
115
O parâmetro <DIRETORIO_BASE> deve ser substituído pelo diretório base para busca de arquivos.
112
116
113
-
Para vistualizar os logs de processamento do serviço, basta executar o seguinte comando:
117
+
Para visualizar os logs de processamento do serviço, basta executar o seguinte comando:
0 commit comments