Skip to content

Commit

Permalink
Add PDF OCR
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Dec 10, 2024
1 parent 07a4923 commit 5d14938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Run the service:
make start_no_gpu


[OPTIONAL] OCR the PDF:
[OPTIONAL] OCR the PDF. Check supported languages (curl localhost:5060/info):

curl -X POST -F 'language=en' -F 'file=@/PATH/TO/PDF/pdf_name.pdf' localhost:5060/ocr --output ocr_document.pdf

Expand Down

0 comments on commit 5d14938

Please sign in to comment.